Shades of Light Sea Green #21BCBE
Tints of Light Sea Green #21BCBE
RGB
CMYK
RGB Variations
Color information
#21BCBE (or 0x21BCBE) is known color: Light Sea Green. HEX triplet: 21, BC and BE. RGB value is (33,188,190). Sum of RGB (Red+Green+Blue) = 33+188+190=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #21BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCBE is #DE4341. Grayscale: #8D8D8D. Windows color (decimal): -14566210 or 12500001. OLE color: 12500001.
HSL color Cylindrical-coordinate representation of color #21BCBE: hue angle of 180.76º degrees, saturation: 0.7, 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 #21BCBE is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 188 | 190 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.25 |
| HSL | 180.76º | 0.7% | 0.44% | - |
| HSV(B) | 180.76º | 0.83% | 0.75% | - |
| XYZ | 27.9 | 40.01 | 54.97 | - |
| YUV | 141.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 190 | 0.83 | 0.01 | 0 | 0.25 | 180.76 | 0.7 | 0.44 |
| Hex | 21 | BC | BE | 53 | 1 | 0 | 19 | B5 | 46 | 2C |
| Octal | 41 | 274 | 276 | 123 | 1 | 0 | 31 | 265 | 106 | 54 |
| Binary | 100001 | 10111100 | 10111110 | 1010011 | 1 | 0 | 11001 | 10110101 | 1000110 | 101100 |
Color Harmonies of #21BCBE
Complementary color
Monochromatic Colors of #21BCBE
Black with #21BCBE
Text Example
Text Example
White with #21BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCBE; }
p { color: rgb(33,188,190); }
H1.HeaderClassName
{
color: #21BCBE;
}
.AnyTagClassName
{
color: #21BCBE;
}
</style>
background-color css
<style>
a { background-color: #21BCBE; }
a { background-color: rgb(33,188,190); }
div.DivClassName
{
background-color: #21BCBE;
}
.BgClassName
{
background-color: #21BCBE;
}
</style>
border-color css
<style>
span { border-color: #21BCBE; }
span { border-color: rgb(33,188,190); }
td.TdClassName
{
border-color: #21BCBE;
}
.TagClassName
{
border-color: #21BCBE;
}
</style>