#21A199

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

Shades of Java #21A199

Tints of Java #21A199

Color information

#21A199 (or 0x21A199) is unknown color: approx Java. HEX triplet: 21, A1 and 99. RGB value is (33,161,153). Sum of RGB (Red+Green+Blue) = 33+161+153=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #21A199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A199 is #DE5E66. Grayscale: #797979. Windows color (decimal): -14573159 or 10068257. OLE color: 10068257.

HSL color Cylindrical-coordinate representation of color #21A199: hue angle of 176.25º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A199 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB33161153-
CMYK0.8000.050.37
HSL176.25º65.98%38.04%-
HSV(B)176.25º79.5%63.14%-
XYZ19.1228.1134.56-
YUV121.82145.5964.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.51%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=9.51%
G=46.40%
B=44.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331611530.8000.050.37176.2565.9838.04
Hex21A199500525b04226
Octal41241231120054526010246
Binary100001101000011001100110100000101100101101100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A199; }

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

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

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

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

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

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

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

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