Shades of Light Sea Green #21A5AB
Tints of Light Sea Green #21A5AB
RGB
CMYK
RGB Variations
Color information
#21A5AB (or 0x21A5AB) is known color: Light Sea Green. HEX triplet: 21, A5 and AB. RGB value is (33,165,171). Sum of RGB (Red+Green+Blue) = 33+165+171=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #21A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A5AB is #DE5A54. Grayscale: #7E7E7E. Windows color (decimal): -14572117 or 11248929. OLE color: 11248929.
HSL color Cylindrical-coordinate representation of color #21A5AB: hue angle of 182.61º 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 #21A5AB is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 165 | 171 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.33 |
| HSL | 182.61º | 0.68% | 0.4% | - |
| HSV(B) | 182.61º | 0.81% | 0.67% | - |
| XYZ | 21.43 | 30.17 | 43.22 | - |
| YUV | 126.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 171 | 0.81 | 0.04 | 0 | 0.33 | 182.61 | 0.68 | 0.4 |
| Hex | 21 | A5 | AB | 51 | 4 | 0 | 21 | B7 | 44 | 28 |
| Octal | 41 | 245 | 253 | 121 | 4 | 0 | 41 | 267 | 104 | 50 |
| Binary | 100001 | 10100101 | 10101011 | 1010001 | 100 | 0 | 100001 | 10110111 | 1000100 | 101000 |
Color Harmonies of #21A5AB
Complementary color
Monochromatic Colors of #21A5AB
Black with #21A5AB
Text Example
Text Example
White with #21A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5AB; }
p { color: rgb(33,165,171); }
H1.HeaderClassName
{
color: #21A5AB;
}
.AnyTagClassName
{
color: #21A5AB;
}
</style>
background-color css
<style>
a { background-color: #21A5AB; }
a { background-color: rgb(33,165,171); }
div.DivClassName
{
background-color: #21A5AB;
}
.BgClassName
{
background-color: #21A5AB;
}
</style>
border-color css
<style>
span { border-color: #21A5AB; }
span { border-color: rgb(33,165,171); }
td.TdClassName
{
border-color: #21A5AB;
}
.TagClassName
{
border-color: #21A5AB;
}
</style>