Shades of Light Sea Green #21BEC0
Tints of Light Sea Green #21BEC0
RGB
CMYK
RGB Variations
Color information
#21BEC0 (or 0x21BEC0) is known color: Light Sea Green. HEX triplet: 21, BE and C0. RGB value is (33,190,192). Sum of RGB (Red+Green+Blue) = 33+190+192=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #21BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC0 is #DE413F. Grayscale: #8F8F8F. Windows color (decimal): -14565696 or 12631585. OLE color: 12631585.
HSL color Cylindrical-coordinate representation of color #21BEC0: hue angle of 180.75º 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 #21BEC0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 192 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.25 |
| HSL | 180.75º | 0.71% | 0.44% | - |
| HSV(B) | 180.75º | 0.83% | 0.75% | - |
| XYZ | 28.56 | 40.96 | 56.27 | - |
| YUV | 143.29 | 155.49 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 192 | 0.83 | 0.01 | 0 | 0.25 | 180.75 | 0.71 | 0.44 |
| Hex | 21 | BE | C0 | 53 | 1 | 0 | 19 | B5 | 47 | 2C |
| Octal | 41 | 276 | 300 | 123 | 1 | 0 | 31 | 265 | 107 | 54 |
| Binary | 100001 | 10111110 | 11000000 | 1010011 | 1 | 0 | 11001 | 10110101 | 1000111 | 101100 |
Color Harmonies of #21BEC0
Complementary color
Monochromatic Colors of #21BEC0
Black with #21BEC0
Text Example
Text Example
White with #21BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEC0; }
p { color: rgb(33,190,192); }
H1.HeaderClassName
{
color: #21BEC0;
}
.AnyTagClassName
{
color: #21BEC0;
}
</style>
background-color css
<style>
a { background-color: #21BEC0; }
a { background-color: rgb(33,190,192); }
div.DivClassName
{
background-color: #21BEC0;
}
.BgClassName
{
background-color: #21BEC0;
}
</style>
border-color css
<style>
span { border-color: #21BEC0; }
span { border-color: rgb(33,190,192); }
td.TdClassName
{
border-color: #21BEC0;
}
.TagClassName
{
border-color: #21BEC0;
}
</style>