Shades of Light Sea Green #21BCB0
Tints of Light Sea Green #21BCB0
RGB
CMYK
RGB Variations
Color information
#21BCB0 (or 0x21BCB0) is known color: Light Sea Green. HEX triplet: 21, BC and B0. RGB value is (33,188,176). Sum of RGB (Red+Green+Blue) = 33+188+176=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BCB0 is #DE434F. Grayscale: #8C8C8C. Windows color (decimal): -14566224 or 11582497. OLE color: 11582497.
HSL color Cylindrical-coordinate representation of color #21BCB0: hue angle of 175.35º 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 #21BCB0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 176 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.26 |
| HSL | 175.35º | 0.7% | 0.43% | - |
| HSV(B) | 175.35º | 0.82% | 0.74% | - |
| XYZ | 26.45 | 39.42 | 47.29 | - |
| YUV | 140.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 176 | 0.82 | 0 | 0.06 | 0.26 | 175.35 | 0.7 | 0.43 |
| Hex | 21 | BC | B0 | 52 | 0 | 6 | 1A | AF | 46 | 2B |
| Octal | 41 | 274 | 260 | 122 | 0 | 6 | 32 | 257 | 106 | 53 |
| Binary | 100001 | 10111100 | 10110000 | 1010010 | 0 | 110 | 11010 | 10101111 | 1000110 | 101011 |
Color Harmonies of #21BCB0
Complementary color
Monochromatic Colors of #21BCB0
Black with #21BCB0
Text Example
Text Example
White with #21BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCB0; }
p { color: rgb(33,188,176); }
H1.HeaderClassName
{
color: #21BCB0;
}
.AnyTagClassName
{
color: #21BCB0;
}
</style>
background-color css
<style>
a { background-color: #21BCB0; }
a { background-color: rgb(33,188,176); }
div.DivClassName
{
background-color: #21BCB0;
}
.BgClassName
{
background-color: #21BCB0;
}
</style>
border-color css
<style>
span { border-color: #21BCB0; }
span { border-color: rgb(33,188,176); }
td.TdClassName
{
border-color: #21BCB0;
}
.TagClassName
{
border-color: #21BCB0;
}
</style>