Html Css Color HEX #11999B Java

📋 copy color: '#11999B'

red 17 ◦ green 153 ◦ blue 155

#11999B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #11999B

Tints of Java #11999B

RGB

 RED value IS 17 (7.03% from 255) = 5.23%

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 5.23%
G = 47.08%
B = 47.69%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11999B (or 0x11999B) is known color: Java. HEX triplet: 11, 99 and 9B. RGB value is (17,153,155). Sum of RGB (Red+Green+Blue) = 17+153+155=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #11999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11999B is #EE6664. Grayscale: #707070. Windows color (decimal): -15623781 or 10197265. OLE color: 10197265.

HSL color Cylindrical-coordinate representation of color #11999B: hue angle of 180.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11999B is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 153 155 -
CMYK 0.89 0.01 0 0.39
HSL 180.87º 0.8% 0.34% -
HSV(B) 180.87º 0.89% 0.61% -
XYZ 17.54 25.27 34.96 -
YUV 112.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 17 153 155 0.89 0.01 0 0.39 180.87 0.8 0.34
Hex 11 99 9B 59 1 0 27 B5 50 22
Octal 21 231 233 131 1 0 47 265 120 42
Binary 10001 10011001 10011011 1011001 1 0 100111 10110101 1010000 100010

Color Harmonies of #11999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11999B

Black with #11999B

Text Example


Text Example

White with #11999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11999B; }

 p { color: rgb(17,153,155); }

 H1.HeaderClassName
 {
   color: #11999B;
 }
 .AnyTagClassName
 {
   color: #11999B;
 }
</style>

background-color css

<style>
 a { background-color: #11999B; }

 a { background-color: rgb(17,153,155); }

 div.DivClassName
 {
   background-color: #11999B;
 }
 .BgClassName
 {
   background-color: #11999B;
 }
</style>

border-color css

<style>
 span { border-color: #11999B; }

 span { border-color: rgb(17,153,155); }

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