#219887

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

Shades of Java #219887

Tints of Java #219887

Color information

#219887 (or 0x219887) is unknown color: approx Java. HEX triplet: 21, 98 and 87. RGB value is (33,152,135). Sum of RGB (Red+Green+Blue) = 33+152+135=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #219887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219887 is #DE6778. Grayscale: #727272. Windows color (decimal): -14575481 or 8886305. OLE color: 8886305.

HSL color Cylindrical-coordinate representation of color #219887: hue angle of 171.43º 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 #219887 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB33152135-
CMYK0.7800.110.40
HSL171.43º64.32%36.27%-
HSV(B)171.43º78.29%59.61%-
XYZ16.2324.5326.8-
YUV114.48139.5869.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.31%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=10.31%
G=47.5%
B=42.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521350.7800.110.40171.4364.3236.27
Hex2198874E0B28ab4024
Octal412302071160135025310044
Binary1000011001100010000111100111001011101000101010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219887; }

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

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

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

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

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

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

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

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