#21A9A2

Color #21A9A2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #21A9A2

Tints of Light Sea Green #21A9A2

Color information

#21A9A2 (or 0x21A9A2) is unknown color: approx Light Sea Green. HEX triplet: 21, A9 and A2. RGB value is (33,169,162). Sum of RGB (Red+Green+Blue) = 33+169+162=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #21A9A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A9A2 is #DE565D. Grayscale: #7F7F7F. Windows color (decimal): -14571102 or 10660129. OLE color: 10660129.

HSL color Cylindrical-coordinate representation of color #21A9A2: hue angle of 176.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A9A2 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB33169162-
CMYK0.8000.040.34
HSL176.91º67.33%39.61%-
HSV(B)176.91º80.47%66.27%-
XYZ21.3431.3139.1-
YUV127.54147.4460.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 162 (63.67% from 255) = 44.51%
R=9.07%
G=46.43%
B=44.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331691620.8000.040.34176.9167.3339.61
Hex21A9A2500422b14328
Octal41251242120044226110350
Binary100001101010011010001010100000100100010101100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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