Html Css Color HEX #119497 Java

📋 copy color: '#119497'

red 17 ◦ green 148 ◦ blue 151

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

Shades of Java #119497

Tints of Java #119497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.84%

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

R = 5.38%
G = 46.84%
B = 47.78%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119497 (or 0x119497) is known color: Java. HEX triplet: 11, 94 and 97. RGB value is (17,148,151). Sum of RGB (Red+Green+Blue) = 17+148+151=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #119497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119497 is #EE6B68. Grayscale: #6D6D6D. Windows color (decimal): -15625065 or 9933841. OLE color: 9933841.

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

Color convert

RGB 17 148 151 -
CMYK 0.89 0.02 0 0.41
HSL 181.34º 0.8% 0.33% -
HSV(B) 181.34º 0.89% 0.59% -
XYZ 16.41 23.53 32.96 -
YUV 109.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 17 148 151 0.89 0.02 0 0.41 181.34 0.8 0.33
Hex 11 94 97 59 2 0 29 B5 50 21
Octal 21 224 227 131 2 0 51 265 120 41
Binary 10001 10010100 10010111 1011001 10 0 101001 10110101 1010000 100001

Color Harmonies of #119497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119497

Black with #119497

Text Example


Text Example

White with #119497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119497; }

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

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

background-color css

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

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

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

border-color css

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

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

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