Html Css Color HEX #119596 Java

📋 copy color: '#119596'

red 17 ◦ green 149 ◦ blue 150

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

Shades of Java #119596

Tints of Java #119596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 5.38%
G = 47.15%
B = 47.47%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119596 (or 0x119596) is known color: Java. HEX triplet: 11, 95 and 96. RGB value is (17,149,150). Sum of RGB (Red+Green+Blue) = 17+149+150=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #119596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119596 is #EE6A69. Grayscale: #6D6D6D. Windows color (decimal): -15624810 or 9868561. OLE color: 9868561.

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

Color convert

RGB 17 149 150 -
CMYK 0.89 0.01 0 0.41
HSL 180.45º 0.8% 0.33% -
HSV(B) 180.45º 0.89% 0.59% -
XYZ 16.48 23.82 32.58 -
YUV 109.65 150.77 61.92 -
System Red Green Blue C M Y K H S L
Decimal 17 149 150 0.89 0.01 0 0.41 180.45 0.8 0.33
Hex 11 95 96 59 1 0 29 B4 50 21
Octal 21 225 226 131 1 0 51 264 120 41
Binary 10001 10010101 10010110 1011001 1 0 101001 10110100 1010000 100001

Color Harmonies of #119596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119596

Black with #119596

Text Example


Text Example

White with #119596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119596; }

 p { color: rgb(17,149,150); }

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

background-color css

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

 a { background-color: rgb(17,149,150); }

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

border-color css

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

 span { border-color: rgb(17,149,150); }

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