Html Css Color HEX #119597 Java

📋 copy color: '#119597'

red 17 ◦ green 149 ◦ blue 151

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

Shades of Java #119597

Tints of Java #119597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 5.36%
G = 47%
B = 47.63%

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

#119597 (or 0x119597) is known color: Java. HEX triplet: 11, 95 and 97. RGB value is (17,149,151). Sum of RGB (Red+Green+Blue) = 17+149+151=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #119597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119597 is #EE6A68. Grayscale: #6D6D6D. Windows color (decimal): -15624809 or 9934097. OLE color: 9934097.

HSL color Cylindrical-coordinate representation of color #119597: hue angle of 180.9º 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 #119597 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 149 151 -
CMYK 0.89 0.01 0 0.41
HSL 180.9º 0.8% 0.33% -
HSV(B) 180.9º 0.89% 0.59% -
XYZ 16.56 23.85 33.01 -
YUV 109.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 17 149 151 0.89 0.01 0 0.41 180.9 0.8 0.33
Hex 11 95 97 59 1 0 29 B5 50 21
Octal 21 225 227 131 1 0 51 265 120 41
Binary 10001 10010101 10010111 1011001 1 0 101001 10110101 1010000 100001

Color Harmonies of #119597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119597

Black with #119597

Text Example


Text Example

White with #119597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119597; }

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

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

background-color css

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

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

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

border-color css

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

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

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