#199E9A

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

Shades of Java #199E9A

Tints of Java #199E9A

Color information

#199E9A (or 0x199E9A) is unknown color: approx Java. HEX triplet: 19, 9E and 9A. RGB value is (25,158,154). Sum of RGB (Red+Green+Blue) = 25+158+154=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #199E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E9A is #E66165. Grayscale: #757575. Windows color (decimal): -15098214 or 10133017. OLE color: 10133017.

HSL color Cylindrical-coordinate representation of color #199E9A: hue angle of 178.2º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E9A is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB25158154-
CMYK0.8400.030.38
HSL178.2º72.68%35.88%-
HSV(B)178.2º84.18%61.96%-
XYZ18.4626.9934.81-
YUV117.78148.4461.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.42%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=7.42%
G=46.88%
B=45.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581540.8400.030.38178.272.6835.88
Hex199E9A540326b24924
Octal31236232124034626211144
Binary1100110011110100110101010100011100110101100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,158,154); }

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

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

 a { background-color: rgb(25,158,154); }

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

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

 span { border-color: rgb(25,158,154); }

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