Html Css Color HEX #119899 Java

📋 copy color: '#119899'

red 17 ◦ green 152 ◦ blue 153

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

Shades of Java #119899

Tints of Java #119899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

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

R = 5.28%
G = 47.2%
B = 47.52%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#119899 (or 0x119899) is known color: Java. HEX triplet: 11, 98 and 99. RGB value is (17,152,153). Sum of RGB (Red+Green+Blue) = 17+152+153=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #119899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119899 is #EE6766. Grayscale: #6F6F6F. Windows color (decimal): -15624039 or 10065937. OLE color: 10065937.

HSL color Cylindrical-coordinate representation of color #119899: hue angle of 180.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119899 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 152 153 -
CMYK 0.89 0.01 0 0.4
HSL 180.44º 0.8% 0.33% -
HSV(B) 180.44º 0.89% 0.6% -
XYZ 17.21 24.88 34.03 -
YUV 111.75 151.27 60.42 -
System Red Green Blue C M Y K H S L
Decimal 17 152 153 0.89 0.01 0 0.4 180.44 0.8 0.33
Hex 11 98 99 59 1 0 28 B4 50 21
Octal 21 230 231 131 1 0 50 264 120 41
Binary 10001 10011000 10011001 1011001 1 0 101000 10110100 1010000 100001

Color Harmonies of #119899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119899

Black with #119899

Text Example


Text Example

White with #119899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119899; }

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

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

background-color css

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

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

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

border-color css

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

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

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