#21AAA0

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

Shades of Light Sea Green #21AAA0

Tints of Light Sea Green #21AAA0

Color information

#21AAA0 (or 0x21AAA0) is unknown color: approx Light Sea Green. HEX triplet: 21, AA and A0. RGB value is (33,170,160). Sum of RGB (Red+Green+Blue) = 33+170+160=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA0 is #DE555F. Grayscale: #7F7F7F. Windows color (decimal): -14570848 or 10529313. OLE color: 10529313.

HSL color Cylindrical-coordinate representation of color #21AAA0: hue angle of 175.62º 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 #21AAA0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB33170160-
CMYK0.8100.060.33
HSL175.62º67.49%39.8%-
HSV(B)175.62º80.59%66.67%-
XYZ21.3531.6138.23-
YUV127.9146.1160.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=9.09%
G=46.83%
B=44.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701600.8100.060.33175.6267.4939.8
Hex21AAA0510621b04328
Octal41252240121064126010350
Binary100001101010101010000010100010110100001101100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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