Html Css Color HEX #11999F Java

📋 copy color: '#11999F'

red 17 ◦ green 153 ◦ blue 159

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

Shades of Java #11999F

Tints of Java #11999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 5.17%
G = 46.5%
B = 48.33%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11999F (or 0x11999F) is known color: Java. HEX triplet: 11, 99 and 9F. RGB value is (17,153,159). Sum of RGB (Red+Green+Blue) = 17+153+159=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #11999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11999F is #EE6660. Grayscale: #707070. Windows color (decimal): -15623777 or 10459409. OLE color: 10459409.

HSL color Cylindrical-coordinate representation of color #11999F: hue angle of 182.54º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11999F is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 153 159 -
CMYK 0.89 0.04 0 0.38
HSL 182.54º 0.81% 0.35% -
HSV(B) 182.54º 0.89% 0.62% -
XYZ 17.88 25.4 36.76 -
YUV 113.02 153.94 59.51 -
System Red Green Blue C M Y K H S L
Decimal 17 153 159 0.89 0.04 0 0.38 182.54 0.81 0.35
Hex 11 99 9F 59 4 0 26 B7 51 23
Octal 21 231 237 131 4 0 46 267 121 43
Binary 10001 10011001 10011111 1011001 100 0 100110 10110111 1010001 100011

Color Harmonies of #11999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11999F

Black with #11999F

Text Example


Text Example

White with #11999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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