Html Css Color HEX #119D99 Java

📋 copy color: '#119D99'

red 17 ◦ green 157 ◦ blue 153

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

Shades of Java #119D99

Tints of Java #119D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.01%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 5.2%
G = 48.01%
B = 46.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#119D99 (or 0x119D99) is known color: Java. HEX triplet: 11, 9D and 99. RGB value is (17,157,153). Sum of RGB (Red+Green+Blue) = 17+157+153=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #119D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119D99 is #EE6266. Grayscale: #727272. Windows color (decimal): -15622759 or 10067217. OLE color: 10067217.

HSL color Cylindrical-coordinate representation of color #119D99: hue angle of 178.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D99 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 157 153 -
CMYK 0.89 0 0.03 0.38
HSL 178.29º 0.8% 0.34% -
HSV(B) 178.29º 0.89% 0.62% -
XYZ 18.04 26.53 34.31 -
YUV 114.68 149.62 58.33 -
System Red Green Blue C M Y K H S L
Decimal 17 157 153 0.89 0 0.03 0.38 178.29 0.8 0.34
Hex 11 9D 99 59 0 3 26 B2 50 22
Octal 21 235 231 131 0 3 46 262 120 42
Binary 10001 10011101 10011001 1011001 0 11 100110 10110010 1010000 100010

Color Harmonies of #119D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D99

Black with #119D99

Text Example


Text Example

White with #119D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119D99; }

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

 H1.HeaderClassName
 {
   color: #119D99;
 }
 .AnyTagClassName
 {
   color: #119D99;
 }
</style>

background-color css

<style>
 a { background-color: #119D99; }

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

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

border-color css

<style>
 span { border-color: #119D99; }

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

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