#10999C

Color #10999C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #10999C

Tints of Java #10999C

Color information

#10999C (or 0x10999C) is unknown color: approx Java. HEX triplet: 10, 99 and 9C. RGB value is (16,153,156). Sum of RGB (Red+Green+Blue) = 16+153+156=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #10999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999C is #EF6663. Grayscale: #707070. Windows color (decimal): -15689316 or 10262800. OLE color: 10262800.

HSL color Cylindrical-coordinate representation of color #10999C: hue angle of 181.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10999C is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16153156-
CMYK0.900.0200.39
HSL181.29º81.4%33.73%-
HSV(B)181.29º89.74%61.18%-
XYZ17.6125.2935.41-
YUV112.38152.6159.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 156 (61.33% from 255) = 48%
R=4.92%
G=47.08%
B=48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161531560.900.0200.39181.2981.433.73
Hex10999C5A2027b55122
Octal20231234132204726512142
Binary1000010011001100111001011010100100111101101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10999C; }

 p { color: rgb(16,153,156); }

 H1.HeaderClassName
 {
   color: #10999C;
 }
 .AnyTagClassName
 {
   color: #10999C;
 }
</style>
background-color css

<style>
 a { background-color: #10999C; }

 a { background-color: rgb(16,153,156); }

 div.DivClassName
 {
   background-color: #10999C;
 }
 .BgClassName
 {
   background-color: #10999C;
 }
</style>
border-color css

<style>
 span { border-color: #10999C; }

 span { border-color: rgb(16,153,156); }

 td.TdClassName
 {
   border-color: #10999C;
 }
 .TagClassName
 {
   border-color: #10999C;
 }
</style>