#21999B

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

Shades of Java #21999B

Tints of Java #21999B

Color information

#21999B (or 0x21999B) is unknown color: approx Java. HEX triplet: 21, 99 and 9B. RGB value is (33,153,155). Sum of RGB (Red+Green+Blue) = 33+153+155=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #21999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21999B is #DE6664. Grayscale: #757575. Windows color (decimal): -14575205 or 10197281. OLE color: 10197281.

HSL color Cylindrical-coordinate representation of color #21999B: hue angle of 180.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21999B is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33153155-
CMYK0.790.0100.39
HSL180.98º64.89%36.86%-
HSV(B)180.98º78.71%60.78%-
XYZ17.9325.4734.98-
YUV117.35149.2467.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=9.68%
G=44.87%
B=45.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331531550.790.0100.39180.9864.8936.86
Hex21999B4F1027b54125
Octal41231233117104726510145
Binary1000011001100110011011100111110100111101101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21999B; }

 p { color: rgb(33,153,155); }

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

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

 a { background-color: rgb(33,153,155); }

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

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

 span { border-color: rgb(33,153,155); }

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