Html Css Color HEX #199996 Java

📋 copy color: '#199996'

red 25 ◦ green 153 ◦ blue 150

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

Shades of Java #199996

Tints of Java #199996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

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

R = 7.62%
G = 46.65%
B = 45.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#199996 (or 0x199996) is known color: Java. HEX triplet: 19, 99 and 96. RGB value is (25,153,150). Sum of RGB (Red+Green+Blue) = 25+153+150=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #199996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199996 is #E66669. Grayscale: #727272. Windows color (decimal): -15099498 or 9869593. OLE color: 9869593.

HSL color Cylindrical-coordinate representation of color #199996: hue angle of 178.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199996 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 153 150 -
CMYK 0.84 0 0.02 0.4
HSL 178.59º 0.72% 0.35% -
HSV(B) 178.59º 0.84% 0.6% -
XYZ 17.3 25.19 32.8 -
YUV 114.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 25 153 150 0.84 0 0.02 0.4 178.59 0.72 0.35
Hex 19 99 96 54 0 2 28 B3 48 23
Octal 31 231 226 124 0 2 50 263 110 43
Binary 11001 10011001 10010110 1010100 0 10 101000 10110011 1001000 100011

Color Harmonies of #199996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199996

Black with #199996

Text Example


Text Example

White with #199996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199996; }

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

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

background-color css

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

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

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

border-color css

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

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

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