Shades of Light Sea Green #21BEAD
Tints of Light Sea Green #21BEAD
RGB
CMYK
RGB Variations
Color information
#21BEAD (or 0x21BEAD) is known color: Light Sea Green. HEX triplet: 21, BE and AD. RGB value is (33,190,173). Sum of RGB (Red+Green+Blue) = 33+190+173=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEAD is #DE4152. Grayscale: #8D8D8D. Windows color (decimal): -14565715 or 11386401. OLE color: 11386401.
HSL color Cylindrical-coordinate representation of color #21BEAD: hue angle of 173.5º 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 #21BEAD is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 173 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.25 |
| HSL | 173.5º | 0.7% | 0.44% | - |
| HSV(B) | 173.5º | 0.83% | 0.75% | - |
| XYZ | 26.58 | 40.17 | 45.89 | - |
| YUV | 141.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 173 | 0.83 | 0 | 0.09 | 0.25 | 173.5 | 0.7 | 0.44 |
| Hex | 21 | BE | AD | 53 | 0 | 9 | 19 | AE | 46 | 2C |
| Octal | 41 | 276 | 255 | 123 | 0 | 11 | 31 | 256 | 106 | 54 |
| Binary | 100001 | 10111110 | 10101101 | 1010011 | 0 | 1001 | 11001 | 10101110 | 1000110 | 101100 |
Color Harmonies of #21BEAD
Complementary color
Monochromatic Colors of #21BEAD
Black with #21BEAD
Text Example
Text Example
White with #21BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEAD; }
p { color: rgb(33,190,173); }
H1.HeaderClassName
{
color: #21BEAD;
}
.AnyTagClassName
{
color: #21BEAD;
}
</style>
background-color css
<style>
a { background-color: #21BEAD; }
a { background-color: rgb(33,190,173); }
div.DivClassName
{
background-color: #21BEAD;
}
.BgClassName
{
background-color: #21BEAD;
}
</style>
border-color css
<style>
span { border-color: #21BEAD; }
span { border-color: rgb(33,190,173); }
td.TdClassName
{
border-color: #21BEAD;
}
.TagClassName
{
border-color: #21BEAD;
}
</style>