Html Css Color HEX #199497 Java

📋 copy color: '#199497'

red 25 ◦ green 148 ◦ blue 151

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

Shades of Java #199497

Tints of Java #199497

RGB

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

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

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

R = 7.72%
G = 45.68%
B = 46.6%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#199497 (or 0x199497) is known color: Java. HEX triplet: 19, 94 and 97. RGB value is (25,148,151). Sum of RGB (Red+Green+Blue) = 25+148+151=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #199497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199497 is #E66B68. Grayscale: #6F6F6F. Windows color (decimal): -15100777 or 9933849. OLE color: 9933849.

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

Color convert

RGB 25 148 151 -
CMYK 0.83 0.02 0 0.41
HSL 181.43º 0.72% 0.35% -
HSV(B) 181.43º 0.83% 0.59% -
XYZ 16.58 23.62 32.96 -
YUV 111.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 25 148 151 0.83 0.02 0 0.41 181.43 0.72 0.35
Hex 19 94 97 53 2 0 29 B5 48 23
Octal 31 224 227 123 2 0 51 265 110 43
Binary 11001 10010100 10010111 1010011 10 0 101001 10110101 1001000 100011

Color Harmonies of #199497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199497

Black with #199497

Text Example


Text Example

White with #199497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199497; }

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

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

background-color css

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

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

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

border-color css

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

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

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