Shades of Light Sea Green #21BABC
Tints of Light Sea Green #21BABC
RGB
CMYK
RGB Variations
Color information
#21BABC (or 0x21BABC) is known color: Light Sea Green. HEX triplet: 21, BA and BC. RGB value is (33,186,188). Sum of RGB (Red+Green+Blue) = 33+186+188=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #21BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BABC is #DE4543. Grayscale: #8C8C8C. Windows color (decimal): -14566724 or 12368417. OLE color: 12368417.
HSL color Cylindrical-coordinate representation of color #21BABC: hue angle of 180.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BABC is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 186 | 188 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.26 |
| HSL | 180.77º | 0.7% | 0.43% | - |
| HSV(B) | 180.77º | 0.82% | 0.74% | - |
| XYZ | 27.26 | 39.07 | 53.68 | - |
| YUV | 140.48 | 154.81 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 188 | 0.82 | 0.01 | 0 | 0.26 | 180.77 | 0.7 | 0.43 |
| Hex | 21 | BA | BC | 52 | 1 | 0 | 1A | B5 | 46 | 2B |
| Octal | 41 | 272 | 274 | 122 | 1 | 0 | 32 | 265 | 106 | 53 |
| Binary | 100001 | 10111010 | 10111100 | 1010010 | 1 | 0 | 11010 | 10110101 | 1000110 | 101011 |
Color Harmonies of #21BABC
Complementary color
Monochromatic Colors of #21BABC
Black with #21BABC
Text Example
Text Example
White with #21BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BABC; }
p { color: rgb(33,186,188); }
H1.HeaderClassName
{
color: #21BABC;
}
.AnyTagClassName
{
color: #21BABC;
}
</style>
background-color css
<style>
a { background-color: #21BABC; }
a { background-color: rgb(33,186,188); }
div.DivClassName
{
background-color: #21BABC;
}
.BgClassName
{
background-color: #21BABC;
}
</style>
border-color css
<style>
span { border-color: #21BABC; }
span { border-color: rgb(33,186,188); }
td.TdClassName
{
border-color: #21BABC;
}
.TagClassName
{
border-color: #21BABC;
}
</style>