Shades of Light Sea Green #21A8AD
Tints of Light Sea Green #21A8AD
RGB
CMYK
RGB Variations
Color information
#21A8AD (or 0x21A8AD) is known color: Light Sea Green. HEX triplet: 21, A8 and AD. RGB value is (33,168,173). Sum of RGB (Red+Green+Blue) = 33+168+173=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #21A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A8AD is #DE5752. Grayscale: #808080. Windows color (decimal): -14571347 or 11380769. OLE color: 11380769.
HSL color Cylindrical-coordinate representation of color #21A8AD: hue angle of 182.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21A8AD is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 168 | 173 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.32 |
| HSL | 182.14º | 0.68% | 0.4% | - |
| HSV(B) | 182.14º | 0.81% | 0.68% | - |
| XYZ | 22.17 | 31.35 | 44.42 | - |
| YUV | 128.21 | 153.27 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 173 | 0.81 | 0.03 | 0 | 0.32 | 182.14 | 0.68 | 0.4 |
| Hex | 21 | A8 | AD | 51 | 3 | 0 | 20 | B6 | 44 | 28 |
| Octal | 41 | 250 | 255 | 121 | 3 | 0 | 40 | 266 | 104 | 50 |
| Binary | 100001 | 10101000 | 10101101 | 1010001 | 11 | 0 | 100000 | 10110110 | 1000100 | 101000 |
Color Harmonies of #21A8AD
Complementary color
Monochromatic Colors of #21A8AD
Black with #21A8AD
Text Example
Text Example
White with #21A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A8AD; }
p { color: rgb(33,168,173); }
H1.HeaderClassName
{
color: #21A8AD;
}
.AnyTagClassName
{
color: #21A8AD;
}
</style>
background-color css
<style>
a { background-color: #21A8AD; }
a { background-color: rgb(33,168,173); }
div.DivClassName
{
background-color: #21A8AD;
}
.BgClassName
{
background-color: #21A8AD;
}
</style>
border-color css
<style>
span { border-color: #21A8AD; }
span { border-color: rgb(33,168,173); }
td.TdClassName
{
border-color: #21A8AD;
}
.TagClassName
{
border-color: #21A8AD;
}
</style>