Html Css Color HEX #199C96 Java

📋 copy color: '#199C96'

red 25 ◦ green 156 ◦ blue 150

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

Shades of Java #199C96

Tints of Java #199C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 7.55%
G = 47.13%
B = 45.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#199C96 (or 0x199C96) is known color: Java. HEX triplet: 19, 9C and 96. RGB value is (25,156,150). Sum of RGB (Red+Green+Blue) = 25+156+150=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #199C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C96 is #E66369. Grayscale: #747474. Windows color (decimal): -15098730 or 9870361. OLE color: 9870361.

HSL color Cylindrical-coordinate representation of color #199C96: hue angle of 177.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C96 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 156 150 -
CMYK 0.84 0 0.04 0.39
HSL 177.25º 0.72% 0.35% -
HSV(B) 177.25º 0.84% 0.61% -
XYZ 17.79 26.19 32.97 -
YUV 116.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 25 156 150 0.84 0 0.04 0.39 177.25 0.72 0.35
Hex 19 9C 96 54 0 4 27 B1 48 23
Octal 31 234 226 124 0 4 47 261 110 43
Binary 11001 10011100 10010110 1010100 0 100 100111 10110001 1001000 100011

Color Harmonies of #199C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C96

Black with #199C96

Text Example


Text Example

White with #199C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199C96; }

 p { color: rgb(25,156,150); }

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

background-color css

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

 a { background-color: rgb(25,156,150); }

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

border-color css

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

 span { border-color: rgb(25,156,150); }

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