#21A295

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

Shades of Java #21A295

Tints of Java #21A295

Color information

#21A295 (or 0x21A295) is unknown color: approx Java. HEX triplet: 21, A2 and 95. RGB value is (33,162,149). Sum of RGB (Red+Green+Blue) = 33+162+149=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #21A295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A295 is #DE5D6A. Grayscale: #797979. Windows color (decimal): -14572907 or 9806369. OLE color: 9806369.

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

Color convert

RGB33162149-
CMYK0.8000.080.36
HSL173.95º66.15%38.24%-
HSV(B)173.95º79.63%63.53%-
XYZ18.9728.3332.9-
YUV121.95143.2664.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.59%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=9.59%
G=47.09%
B=43.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621490.8000.080.36173.9566.1538.24
Hex21A295500824ae4226
Octal412422251200104425610246
Binary1000011010001010010101101000001000100100101011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,149); }

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

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

 a { background-color: rgb(33,162,149); }

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

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

 span { border-color: rgb(33,162,149); }

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