Shades of Light Sea Green #21BEAC
Tints of Light Sea Green #21BEAC
RGB
CMYK
RGB Variations
Color information
#21BEAC (or 0x21BEAC) is known color: Light Sea Green. HEX triplet: 21, BE and AC. RGB value is (33,190,172). Sum of RGB (Red+Green+Blue) = 33+190+172=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEAC is #DE4153. Grayscale: #8C8C8C. Windows color (decimal): -14565716 or 11320865. OLE color: 11320865.
HSL color Cylindrical-coordinate representation of color #21BEAC: hue angle of 173.12º 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 #21BEAC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 172 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.25 |
| HSL | 173.12º | 0.7% | 0.44% | - |
| HSV(B) | 173.12º | 0.83% | 0.75% | - |
| XYZ | 26.49 | 40.13 | 45.38 | - |
| YUV | 141.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 172 | 0.83 | 0 | 0.09 | 0.25 | 173.12 | 0.7 | 0.44 |
| Hex | 21 | BE | AC | 53 | 0 | 9 | 19 | AD | 46 | 2C |
| Octal | 41 | 276 | 254 | 123 | 0 | 11 | 31 | 255 | 106 | 54 |
| Binary | 100001 | 10111110 | 10101100 | 1010011 | 0 | 1001 | 11001 | 10101101 | 1000110 | 101100 |
Color Harmonies of #21BEAC
Complementary color
Monochromatic Colors of #21BEAC
Black with #21BEAC
Text Example
Text Example
White with #21BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEAC; }
p { color: rgb(33,190,172); }
H1.HeaderClassName
{
color: #21BEAC;
}
.AnyTagClassName
{
color: #21BEAC;
}
</style>
background-color css
<style>
a { background-color: #21BEAC; }
a { background-color: rgb(33,190,172); }
div.DivClassName
{
background-color: #21BEAC;
}
.BgClassName
{
background-color: #21BEAC;
}
</style>
border-color css
<style>
span { border-color: #21BEAC; }
span { border-color: rgb(33,190,172); }
td.TdClassName
{
border-color: #21BEAC;
}
.TagClassName
{
border-color: #21BEAC;
}
</style>