Shades of Light Sea Green #21BEC1
Tints of Light Sea Green #21BEC1
RGB
CMYK
RGB Variations
Color information
#21BEC1 (or 0x21BEC1) is known color: Light Sea Green. HEX triplet: 21, BE and C1. RGB value is (33,190,193). Sum of RGB (Red+Green+Blue) = 33+190+193=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #21BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC1 is #DE413E. Grayscale: #8F8F8F. Windows color (decimal): -14565695 or 12697121. OLE color: 12697121.
HSL color Cylindrical-coordinate representation of color #21BEC1: hue angle of 181.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEC1 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 190 | 193 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.24 |
| HSL | 181.13º | 0.71% | 0.44% | - |
| HSV(B) | 181.13º | 0.83% | 0.76% | - |
| XYZ | 28.67 | 41 | 56.86 | - |
| YUV | 143.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 193 | 0.83 | 0.02 | 0 | 0.24 | 181.13 | 0.71 | 0.44 |
| Hex | 21 | BE | C1 | 53 | 2 | 0 | 18 | B5 | 47 | 2C |
| Octal | 41 | 276 | 301 | 123 | 2 | 0 | 30 | 265 | 107 | 54 |
| Binary | 100001 | 10111110 | 11000001 | 1010011 | 10 | 0 | 11000 | 10110101 | 1000111 | 101100 |
Color Harmonies of #21BEC1
Complementary color
Monochromatic Colors of #21BEC1
Black with #21BEC1
Text Example
Text Example
White with #21BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEC1; }
p { color: rgb(33,190,193); }
H1.HeaderClassName
{
color: #21BEC1;
}
.AnyTagClassName
{
color: #21BEC1;
}
</style>
background-color css
<style>
a { background-color: #21BEC1; }
a { background-color: rgb(33,190,193); }
div.DivClassName
{
background-color: #21BEC1;
}
.BgClassName
{
background-color: #21BEC1;
}
</style>
border-color css
<style>
span { border-color: #21BEC1; }
span { border-color: rgb(33,190,193); }
td.TdClassName
{
border-color: #21BEC1;
}
.TagClassName
{
border-color: #21BEC1;
}
</style>