Shades of Light Sea Green #21BAAB
Tints of Light Sea Green #21BAAB
RGB
CMYK
RGB Variations
Color information
#21BAAB (or 0x21BAAB) is known color: Light Sea Green. HEX triplet: 21, BA and AB. RGB value is (33,186,171). Sum of RGB (Red+Green+Blue) = 33+186+171=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #21BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BAAB is #DE4554. Grayscale: #8A8A8A. Windows color (decimal): -14566741 or 11254305. OLE color: 11254305.
HSL color Cylindrical-coordinate representation of color #21BAAB: hue angle of 174.12º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BAAB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 171 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.27 |
| HSL | 174.12º | 0.7% | 0.43% | - |
| HSV(B) | 174.12º | 0.82% | 0.73% | - |
| XYZ | 25.54 | 38.38 | 44.59 | - |
| YUV | 138.54 | 146.31 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 171 | 0.82 | 0 | 0.08 | 0.27 | 174.12 | 0.7 | 0.43 |
| Hex | 21 | BA | AB | 52 | 0 | 8 | 1B | AE | 46 | 2B |
| Octal | 41 | 272 | 253 | 122 | 0 | 10 | 33 | 256 | 106 | 53 |
| Binary | 100001 | 10111010 | 10101011 | 1010010 | 0 | 1000 | 11011 | 10101110 | 1000110 | 101011 |
Color Harmonies of #21BAAB
Complementary color
Monochromatic Colors of #21BAAB
Black with #21BAAB
Text Example
Text Example
White with #21BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAAB; }
p { color: rgb(33,186,171); }
H1.HeaderClassName
{
color: #21BAAB;
}
.AnyTagClassName
{
color: #21BAAB;
}
</style>
background-color css
<style>
a { background-color: #21BAAB; }
a { background-color: rgb(33,186,171); }
div.DivClassName
{
background-color: #21BAAB;
}
.BgClassName
{
background-color: #21BAAB;
}
</style>
border-color css
<style>
span { border-color: #21BAAB; }
span { border-color: rgb(33,186,171); }
td.TdClassName
{
border-color: #21BAAB;
}
.TagClassName
{
border-color: #21BAAB;
}
</style>