#219E96

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

Shades of Java #219E96

Tints of Java #219E96

Color information

#219E96 (or 0x219E96) is unknown color: approx Java. HEX triplet: 21, 9E and 96. RGB value is (33,158,150). Sum of RGB (Red+Green+Blue) = 33+158+150=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #219E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E96 is #DE6169. Grayscale: #777777. Windows color (decimal): -14573930 or 9870881. OLE color: 9870881.

HSL color Cylindrical-coordinate representation of color #219E96: hue angle of 176.16º 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 #219E96 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB33158150-
CMYK0.7900.050.38
HSL176.16º65.45%37.45%-
HSV(B)176.16º79.11%61.96%-
XYZ18.3626.9833.09-
YUV119.71145.0966.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=9.68%
G=46.33%
B=43.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581500.7900.050.38176.1665.4537.45
Hex219E964F0526b04125
Octal41236226117054626010145
Binary100001100111101001011010011110101100110101100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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