#219E90

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

Shades of Java #219E90

Tints of Java #219E90

Color information

#219E90 (or 0x219E90) is unknown color: approx Java. HEX triplet: 21, 9E and 90. RGB value is (33,158,144). Sum of RGB (Red+Green+Blue) = 33+158+144=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #219E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E90 is #DE616F. Grayscale: #767676. Windows color (decimal): -14573936 or 9477665. OLE color: 9477665.

HSL color Cylindrical-coordinate representation of color #219E90: hue angle of 173.28º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E90 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB33158144-
CMYK0.7900.090.38
HSL173.28º65.45%37.45%-
HSV(B)173.28º79.11%61.96%-
XYZ17.8926.7930.61-
YUV119.03142.0966.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=9.85%
G=47.16%
B=42.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581440.7900.090.38173.2865.4537.45
Hex219E904F0926ad4125
Octal412362201170114625510145
Binary1000011001111010010000100111101001100110101011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219E90; }

 p { color: rgb(33,158,144); }

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

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

 a { background-color: rgb(33,158,144); }

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

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

 span { border-color: rgb(33,158,144); }

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