Shades of Light Sea Green #21BEA1
Tints of Light Sea Green #21BEA1
RGB
CMYK
RGB Variations
Color information
#21BEA1 (or 0x21BEA1) is known color: Light Sea Green. HEX triplet: 21, BE and A1. RGB value is (33,190,161). Sum of RGB (Red+Green+Blue) = 33+190+161=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA1 is #DE415E. Grayscale: #8B8B8B. Windows color (decimal): -14565727 or 10599969. OLE color: 10599969.
HSL color Cylindrical-coordinate representation of color #21BEA1: hue angle of 168.92º 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 #21BEA1 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 161 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.25 |
| HSL | 168.92º | 0.7% | 0.44% | - |
| HSV(B) | 168.92º | 0.83% | 0.75% | - |
| XYZ | 25.47 | 39.72 | 40.04 | - |
| YUV | 139.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 161 | 0.83 | 0 | 0.15 | 0.25 | 168.92 | 0.7 | 0.44 |
| Hex | 21 | BE | A1 | 53 | 0 | F | 19 | A9 | 46 | 2C |
| Octal | 41 | 276 | 241 | 123 | 0 | 17 | 31 | 251 | 106 | 54 |
| Binary | 100001 | 10111110 | 10100001 | 1010011 | 0 | 1111 | 11001 | 10101001 | 1000110 | 101100 |
Color Harmonies of #21BEA1
Complementary color
Monochromatic Colors of #21BEA1
Black with #21BEA1
Text Example
Text Example
White with #21BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEA1; }
p { color: rgb(33,190,161); }
H1.HeaderClassName
{
color: #21BEA1;
}
.AnyTagClassName
{
color: #21BEA1;
}
</style>
background-color css
<style>
a { background-color: #21BEA1; }
a { background-color: rgb(33,190,161); }
div.DivClassName
{
background-color: #21BEA1;
}
.BgClassName
{
background-color: #21BEA1;
}
</style>
border-color css
<style>
span { border-color: #21BEA1; }
span { border-color: rgb(33,190,161); }
td.TdClassName
{
border-color: #21BEA1;
}
.TagClassName
{
border-color: #21BEA1;
}
</style>