#199ca0

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

Shades of Java #199CA0

Tints of Java #199CA0

Color information

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

HSL color Cylindrical-coordinate representation of color #199CA0: hue angle of 181.78º 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 #199CA0 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB25156160-
CMYK0.840.0200.37
HSL181.78º72.97%36.27%-
HSV(B)181.78º84.38%62.75%-
XYZ18.6326.5237.39-
YUV117.29152.162.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251561600.840.0200.37181.7872.9736.27
Hex199CA0542025b64924
Octal31234240124204526611144
Binary1100110011100101000001010100100100101101101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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