#21AAAB

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

Shades of Light Sea Green #21AAAB

Tints of Light Sea Green #21AAAB

Color information

#21AAAB (or 0x21AAAB) is unknown color: approx Light Sea Green. HEX triplet: 21, AA and AB. RGB value is (33,170,171). Sum of RGB (Red+Green+Blue) = 33+170+171=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #21AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAAB is #DE5554. Grayscale: #818181. Windows color (decimal): -14570837 or 11250209. OLE color: 11250209.

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

Color convert

RGB33170171-
CMYK0.810.0100.33
HSL180.43º67.65%40%-
HSV(B)180.43º80.7%67.06%-
XYZ22.3532.0143.53-
YUV129.15151.6159.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.82%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=8.82%
G=45.45%
B=45.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701710.810.0100.33180.4367.6540
Hex21AAAB511021b44428
Octal41252253121104126410450
Binary1000011010101010101011101000110100001101101001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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