Html Css Color HEX #199197 Java

📋 copy color: '#199197'

red 25 ◦ green 145 ◦ blue 151

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

Shades of Java #199197

Tints of Java #199197

RGB

 RED value IS 25 (10.16% from 255) = 7.79%

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

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

R = 7.79%
G = 45.17%
B = 47.04%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#199197 (or 0x199197) is known color: Java. HEX triplet: 19, 91 and 97. RGB value is (25,145,151). Sum of RGB (Red+Green+Blue) = 25+145+151=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #199197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199197 is #E66E68. Grayscale: #6D6D6D. Windows color (decimal): -15101545 or 9933081. OLE color: 9933081.

HSL color Cylindrical-coordinate representation of color #199197: hue angle of 182.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199197 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 145 151 -
CMYK 0.83 0.04 0 0.41
HSL 182.86º 0.72% 0.35% -
HSV(B) 182.86º 0.83% 0.59% -
XYZ 16.11 22.69 32.81 -
YUV 109.8 151.24 67.51 -
System Red Green Blue C M Y K H S L
Decimal 25 145 151 0.83 0.04 0 0.41 182.86 0.72 0.35
Hex 19 91 97 53 4 0 29 B7 48 23
Octal 31 221 227 123 4 0 51 267 110 43
Binary 11001 10010001 10010111 1010011 100 0 101001 10110111 1001000 100011

Color Harmonies of #199197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199197

Black with #199197

Text Example


Text Example

White with #199197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199197; }

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

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

background-color css

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

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

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

border-color css

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

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

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