#21988F

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

Shades of Java #21988F

Tints of Java #21988F

Color information

#21988F (or 0x21988F) is unknown color: approx Java. HEX triplet: 21, 98 and 8F. RGB value is (33,152,143). Sum of RGB (Red+Green+Blue) = 33+152+143=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #21988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988F is #DE6770. Grayscale: #737373. Windows color (decimal): -14575473 or 9410593. OLE color: 9410593.

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

Color convert

RGB33152143-
CMYK0.7800.060.40
HSL175.46º64.32%36.27%-
HSV(B)175.46º78.29%59.61%-
XYZ16.8124.7629.88-
YUV115.39143.5869.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=10.06%
G=46.34%
B=43.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521430.7800.060.40175.4664.3236.27
Hex21988F4E0628af4024
Octal41230217116065025710044
Binary100001100110001000111110011100110101000101011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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