Shades of Light Sea Green #21BEC2
Tints of Light Sea Green #21BEC2
RGB
CMYK
RGB Variations
Color information
#21BEC2 (or 0x21BEC2) is known color: Light Sea Green. HEX triplet: 21, BE and C2. RGB value is (33,190,194). Sum of RGB (Red+Green+Blue) = 33+190+194=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #21BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC2 is #DE413D. Grayscale: #8F8F8F. Windows color (decimal): -14565694 or 12762657. OLE color: 12762657.
HSL color Cylindrical-coordinate representation of color #21BEC2: hue angle of 181.49º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEC2 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 190 | 194 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.24 |
| HSL | 181.49º | 0.71% | 0.45% | - |
| HSV(B) | 181.49º | 0.83% | 0.76% | - |
| XYZ | 28.78 | 41.05 | 57.44 | - |
| YUV | 143.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 194 | 0.83 | 0.02 | 0 | 0.24 | 181.49 | 0.71 | 0.45 |
| Hex | 21 | BE | C2 | 53 | 2 | 0 | 18 | B5 | 47 | 2D |
| Octal | 41 | 276 | 302 | 123 | 2 | 0 | 30 | 265 | 107 | 55 |
| Binary | 100001 | 10111110 | 11000010 | 1010011 | 10 | 0 | 11000 | 10110101 | 1000111 | 101101 |
Color Harmonies of #21BEC2
Complementary color
Monochromatic Colors of #21BEC2
Black with #21BEC2
Text Example
Text Example
White with #21BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEC2; }
p { color: rgb(33,190,194); }
H1.HeaderClassName
{
color: #21BEC2;
}
.AnyTagClassName
{
color: #21BEC2;
}
</style>
background-color css
<style>
a { background-color: #21BEC2; }
a { background-color: rgb(33,190,194); }
div.DivClassName
{
background-color: #21BEC2;
}
.BgClassName
{
background-color: #21BEC2;
}
</style>
border-color css
<style>
span { border-color: #21BEC2; }
span { border-color: rgb(33,190,194); }
td.TdClassName
{
border-color: #21BEC2;
}
.TagClassName
{
border-color: #21BEC2;
}
</style>