#21AAA8

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

Shades of Light Sea Green #21AAA8

Tints of Light Sea Green #21AAA8

Color information

#21AAA8 (or 0x21AAA8) is unknown color: approx Light Sea Green. HEX triplet: 21, AA and A8. RGB value is (33,170,168). Sum of RGB (Red+Green+Blue) = 33+170+168=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA8 is #DE5557. Grayscale: #808080. Windows color (decimal): -14570840 or 11053601. OLE color: 11053601.

HSL color Cylindrical-coordinate representation of color #21AAA8: hue angle of 179.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AAA8 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB33170168-
CMYK0.8100.010.33
HSL179.12º67.49%39.8%-
HSV(B)179.12º80.59%66.67%-
XYZ22.0731.942.04-
YUV128.81150.1159.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 168 (66.02% from 255) = 45.28%
R=8.89%
G=45.82%
B=45.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701680.8100.010.33179.1267.4939.8
Hex21AAA8510121b34328
Octal41252250121014126310350
Binary1000011010101010101000101000101100001101100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,168); }

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

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

 a { background-color: rgb(33,170,168); }

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

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

 span { border-color: rgb(33,170,168); }

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