Shades of Light Sea Green #21BCB8
Tints of Light Sea Green #21BCB8
RGB
CMYK
RGB Variations
Color information
#21BCB8 (or 0x21BCB8) is known color: Light Sea Green. HEX triplet: 21, BC and B8. RGB value is (33,188,184). Sum of RGB (Red+Green+Blue) = 33+188+184=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCB8 is #DE4347. Grayscale: #8D8D8D. Windows color (decimal): -14566216 or 12106785. OLE color: 12106785.
HSL color Cylindrical-coordinate representation of color #21BCB8: hue angle of 178.45º 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 #21BCB8 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 184 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.26 |
| HSL | 178.45º | 0.7% | 0.43% | - |
| HSV(B) | 178.45º | 0.82% | 0.74% | - |
| XYZ | 27.26 | 39.75 | 51.58 | - |
| YUV | 141.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 184 | 0.82 | 0 | 0.02 | 0.26 | 178.45 | 0.7 | 0.43 |
| Hex | 21 | BC | B8 | 52 | 0 | 2 | 1A | B2 | 46 | 2B |
| Octal | 41 | 274 | 270 | 122 | 0 | 2 | 32 | 262 | 106 | 53 |
| Binary | 100001 | 10111100 | 10111000 | 1010010 | 0 | 10 | 11010 | 10110010 | 1000110 | 101011 |
Color Harmonies of #21BCB8
Complementary color
Monochromatic Colors of #21BCB8
Black with #21BCB8
Text Example
Text Example
White with #21BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCB8; }
p { color: rgb(33,188,184); }
H1.HeaderClassName
{
color: #21BCB8;
}
.AnyTagClassName
{
color: #21BCB8;
}
</style>
background-color css
<style>
a { background-color: #21BCB8; }
a { background-color: rgb(33,188,184); }
div.DivClassName
{
background-color: #21BCB8;
}
.BgClassName
{
background-color: #21BCB8;
}
</style>
border-color css
<style>
span { border-color: #21BCB8; }
span { border-color: rgb(33,188,184); }
td.TdClassName
{
border-color: #21BCB8;
}
.TagClassName
{
border-color: #21BCB8;
}
</style>