#219896

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

Shades of Java #219896

Tints of Java #219896

Color information

#219896 (or 0x219896) is unknown color: approx Java. HEX triplet: 21, 98 and 96. RGB value is (33,152,150). Sum of RGB (Red+Green+Blue) = 33+152+150=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #219896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219896 is #DE6769. Grayscale: #747474. Windows color (decimal): -14575466 or 9869345. OLE color: 9869345.

HSL color Cylindrical-coordinate representation of color #219896: hue angle of 178.99º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219896 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB33152150-
CMYK0.7800.010.40
HSL178.99º64.32%36.27%-
HSV(B)178.99º78.29%59.61%-
XYZ17.3624.9832.76-
YUV116.19147.0868.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=9.85%
G=45.37%
B=44.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521500.7800.010.40178.9964.3236.27
Hex2198964E0128b34024
Octal41230226116015026310044
Binary1000011001100010010110100111001101000101100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219896; }

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

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

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

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

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

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

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

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