#21AAB6

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

Shades of Light Sea Green #21AAB6

Tints of Light Sea Green #21AAB6

Color information

#21AAB6 (or 0x21AAB6) is unknown color: approx Light Sea Green. HEX triplet: 21, AA and B6. RGB value is (33,170,182). Sum of RGB (Red+Green+Blue) = 33+170+182=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #21AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AAB6 is #DE5549. Grayscale: #828282. Windows color (decimal): -14570826 or 11971105. OLE color: 11971105.

HSL color Cylindrical-coordinate representation of color #21AAB6: hue angle of 184.83º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AAB6 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33170182-
CMYK0.820.0700.29
HSL184.83º69.3%42.16%-
HSV(B)184.83º81.87%71.37%-
XYZ23.4532.4549.28-
YUV130.4157.1158.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.57%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=8.57%
G=44.16%
B=47.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331701820.820.0700.29184.8369.342.16
Hex21AAB652701Db9452a
Octal41252266122703527110552
Binary10000110101010101101101010010111011101101110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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