Shades of Light Sea Green #21AAB6
Tints of Light Sea Green #21AAB6
RGB
CMYK
RGB Variations
Color information
#21AAB6 (or 0x21AAB6) is known color: 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
| RGB | 33 | 170 | 182 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.29 |
| HSL | 184.83º | 0.69% | 0.42% | - |
| HSV(B) | 184.83º | 0.82% | 0.71% | - |
| XYZ | 23.45 | 32.45 | 49.28 | - |
| YUV | 130.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 182 | 0.82 | 0.07 | 0 | 0.29 | 184.83 | 0.69 | 0.42 |
| Hex | 21 | AA | B6 | 52 | 7 | 0 | 1D | B9 | 45 | 2A |
| Octal | 41 | 252 | 266 | 122 | 7 | 0 | 35 | 271 | 105 | 52 |
| Binary | 100001 | 10101010 | 10110110 | 1010010 | 111 | 0 | 11101 | 10111001 | 1000101 | 101010 |
Color Harmonies of #21AAB6
Complementary color
Monochromatic Colors of #21AAB6
Black with #21AAB6
Text Example
Text Example
White with #21AAB6
Text Example
Text Example
HTML Codes & Css Web 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>