Html Css Color HEX #119197 Java

📋 copy color: '#119197'

red 17 ◦ green 145 ◦ blue 151

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

Shades of Java #119197

Tints of Java #119197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 5.43%
G = 46.33%
B = 48.24%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#119197 (or 0x119197) is known color: Java. HEX triplet: 11, 91 and 97. RGB value is (17,145,151). Sum of RGB (Red+Green+Blue) = 17+145+151=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #119197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119197 is #EE6E68. Grayscale: #6B6B6B. Windows color (decimal): -15625833 or 9933073. OLE color: 9933073.

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

Color convert

RGB 17 145 151 -
CMYK 0.89 0.04 0 0.41
HSL 182.69º 0.8% 0.33% -
HSV(B) 182.69º 0.89% 0.59% -
XYZ 15.94 22.6 32.8 -
YUV 107.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 17 145 151 0.89 0.04 0 0.41 182.69 0.8 0.33
Hex 11 91 97 59 4 0 29 B7 50 21
Octal 21 221 227 131 4 0 51 267 120 41
Binary 10001 10010001 10010111 1011001 100 0 101001 10110111 1010000 100001

Color Harmonies of #119197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119197

Black with #119197

Text Example


Text Example

White with #119197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119197; }

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

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

background-color css

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

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

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

border-color css

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

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

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