Shades of Light Sea Green #21BCBF
Tints of Light Sea Green #21BCBF
RGB
CMYK
RGB Variations
Color information
#21BCBF (or 0x21BCBF) is known color: Light Sea Green. HEX triplet: 21, BC and BF. RGB value is (33,188,191). Sum of RGB (Red+Green+Blue) = 33+188+191=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #21BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCBF is #DE4340. Grayscale: #8D8D8D. Windows color (decimal): -14566209 or 12565537. OLE color: 12565537.
HSL color Cylindrical-coordinate representation of color #21BCBF: hue angle of 181.14º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BCBF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 188 | 191 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.25 |
| HSL | 181.14º | 0.71% | 0.44% | - |
| HSV(B) | 181.14º | 0.83% | 0.75% | - |
| XYZ | 28.01 | 40.05 | 55.54 | - |
| YUV | 142 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 191 | 0.83 | 0.02 | 0 | 0.25 | 181.14 | 0.71 | 0.44 |
| Hex | 21 | BC | BF | 53 | 2 | 0 | 19 | B5 | 47 | 2C |
| Octal | 41 | 274 | 277 | 123 | 2 | 0 | 31 | 265 | 107 | 54 |
| Binary | 100001 | 10111100 | 10111111 | 1010011 | 10 | 0 | 11001 | 10110101 | 1000111 | 101100 |
Color Harmonies of #21BCBF
Complementary color
Monochromatic Colors of #21BCBF
Black with #21BCBF
Text Example
Text Example
White with #21BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCBF; }
p { color: rgb(33,188,191); }
H1.HeaderClassName
{
color: #21BCBF;
}
.AnyTagClassName
{
color: #21BCBF;
}
</style>
background-color css
<style>
a { background-color: #21BCBF; }
a { background-color: rgb(33,188,191); }
div.DivClassName
{
background-color: #21BCBF;
}
.BgClassName
{
background-color: #21BCBF;
}
</style>
border-color css
<style>
span { border-color: #21BCBF; }
span { border-color: rgb(33,188,191); }
td.TdClassName
{
border-color: #21BCBF;
}
.TagClassName
{
border-color: #21BCBF;
}
</style>