#21988C

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

Shades of Java #21988C

Tints of Java #21988C

Color information

#21988C (or 0x21988C) is unknown color: approx Java. HEX triplet: 21, 98 and 8C. RGB value is (33,152,140). Sum of RGB (Red+Green+Blue) = 33+152+140=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #21988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988C is #DE6773. Grayscale: #727272. Windows color (decimal): -14575476 or 9213985. OLE color: 9213985.

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

Color convert

RGB33152140-
CMYK0.7800.080.40
HSL173.95º64.32%36.27%-
HSV(B)173.95º78.29%59.61%-
XYZ16.5924.6728.7-
YUV115.05142.0869.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=10.15%
G=46.77%
B=43.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521400.7800.080.40173.9564.3236.27
Hex21988C4E0828ae4024
Octal412302141160105025610044
Binary1000011001100010001100100111001000101000101011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21988C; }

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

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

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

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

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

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

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

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