Shades of Light Sea Green #21BCB5
Tints of Light Sea Green #21BCB5
RGB
CMYK
RGB Variations
Color information
#21BCB5 (or 0x21BCB5) is known color: Light Sea Green. HEX triplet: 21, BC and B5. RGB value is (33,188,181). Sum of RGB (Red+Green+Blue) = 33+188+181=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCB5 is #DE434A. Grayscale: #8C8C8C. Windows color (decimal): -14566219 or 11910177. OLE color: 11910177.
HSL color Cylindrical-coordinate representation of color #21BCB5: hue angle of 177.29º 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 #21BCB5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 181 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.26 |
| HSL | 177.29º | 0.7% | 0.43% | - |
| HSV(B) | 177.29º | 0.82% | 0.74% | - |
| XYZ | 26.95 | 39.63 | 49.94 | - |
| YUV | 140.86 | 150.65 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 181 | 0.82 | 0 | 0.04 | 0.26 | 177.29 | 0.7 | 0.43 |
| Hex | 21 | BC | B5 | 52 | 0 | 4 | 1A | B1 | 46 | 2B |
| Octal | 41 | 274 | 265 | 122 | 0 | 4 | 32 | 261 | 106 | 53 |
| Binary | 100001 | 10111100 | 10110101 | 1010010 | 0 | 100 | 11010 | 10110001 | 1000110 | 101011 |
Color Harmonies of #21BCB5
Complementary color
Monochromatic Colors of #21BCB5
Black with #21BCB5
Text Example
Text Example
White with #21BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCB5; }
p { color: rgb(33,188,181); }
H1.HeaderClassName
{
color: #21BCB5;
}
.AnyTagClassName
{
color: #21BCB5;
}
</style>
background-color css
<style>
a { background-color: #21BCB5; }
a { background-color: rgb(33,188,181); }
div.DivClassName
{
background-color: #21BCB5;
}
.BgClassName
{
background-color: #21BCB5;
}
</style>
border-color css
<style>
span { border-color: #21BCB5; }
span { border-color: rgb(33,188,181); }
td.TdClassName
{
border-color: #21BCB5;
}
.TagClassName
{
border-color: #21BCB5;
}
</style>