#19A09C

Color #19A09C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #19A09C

Tints of Java #19A09C

Color information

#19A09C (or 0x19A09C) is unknown color: approx Java. HEX triplet: 19, A0 and 9C. RGB value is (25,160,156). Sum of RGB (Red+Green+Blue) = 25+160+156=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #19A09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A09C is #E65F63. Grayscale: #777777. Windows color (decimal): -15097700 or 10264601. OLE color: 10264601.

HSL color Cylindrical-coordinate representation of color #19A09C: hue angle of 178.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A09C is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB25160156-
CMYK0.8400.020.37
HSL178.22º72.97%36.27%-
HSV(B)178.22º84.38%62.75%-
XYZ18.9727.7535.81-
YUV119.18148.7760.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=7.33%
G=46.92%
B=45.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251601560.8400.020.37178.2272.9736.27
Hex19A09C540225b24924
Octal31240234124024526211144
Binary1100110100000100111001010100010100101101100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A09C; }

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

 H1.HeaderClassName
 {
   color: #19A09C;
 }
 .AnyTagClassName
 {
   color: #19A09C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #19A09C;
 }
 .BgClassName
 {
   background-color: #19A09C;
 }
</style>
border-color css

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

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

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