#19989B

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

Shades of Java #19989B

Tints of Java #19989B

Color information

#19989B (or 0x19989B) is unknown color: approx Java. HEX triplet: 19, 98 and 9B. RGB value is (25,152,155). Sum of RGB (Red+Green+Blue) = 25+152+155=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #19989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19989B is #E66764. Grayscale: #727272. Windows color (decimal): -15099749 or 10197017. OLE color: 10197017.

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

Color convert

RGB25152155-
CMYK0.840.0200.39
HSL181.38º72.22%35.29%-
HSV(B)181.38º83.87%60.78%-
XYZ17.5525.0334.92-
YUV114.37150.9264.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.53%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=7.53%
G=45.78%
B=46.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251521550.840.0200.39181.3872.2235.29
Hex19989B542027b54823
Octal31230233124204726511043
Binary1100110011000100110111010100100100111101101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19989B; }

 p { color: rgb(25,152,155); }

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

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

 a { background-color: rgb(25,152,155); }

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

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

 span { border-color: rgb(25,152,155); }

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