Shades of Light Sea Green #21BEA5
Tints of Light Sea Green #21BEA5
RGB
CMYK
RGB Variations
Color information
#21BEA5 (or 0x21BEA5) is known color: Light Sea Green. HEX triplet: 21, BE and A5. RGB value is (33,190,165). Sum of RGB (Red+Green+Blue) = 33+190+165=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA5 is #DE415A. Grayscale: #8C8C8C. Windows color (decimal): -14565723 or 10862113. OLE color: 10862113.
HSL color Cylindrical-coordinate representation of color #21BEA5: hue angle of 170.45º 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 #21BEA5 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 165 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.25 |
| HSL | 170.45º | 0.7% | 0.44% | - |
| HSV(B) | 170.45º | 0.83% | 0.75% | - |
| XYZ | 25.83 | 39.87 | 41.93 | - |
| YUV | 140.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 165 | 0.83 | 0 | 0.13 | 0.25 | 170.45 | 0.7 | 0.44 |
| Hex | 21 | BE | A5 | 53 | 0 | D | 19 | AA | 46 | 2C |
| Octal | 41 | 276 | 245 | 123 | 0 | 15 | 31 | 252 | 106 | 54 |
| Binary | 100001 | 10111110 | 10100101 | 1010011 | 0 | 1101 | 11001 | 10101010 | 1000110 | 101100 |
Color Harmonies of #21BEA5
Complementary color
Monochromatic Colors of #21BEA5
Black with #21BEA5
Text Example
Text Example
White with #21BEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEA5; }
p { color: rgb(33,190,165); }
H1.HeaderClassName
{
color: #21BEA5;
}
.AnyTagClassName
{
color: #21BEA5;
}
</style>
background-color css
<style>
a { background-color: #21BEA5; }
a { background-color: rgb(33,190,165); }
div.DivClassName
{
background-color: #21BEA5;
}
.BgClassName
{
background-color: #21BEA5;
}
</style>
border-color css
<style>
span { border-color: #21BEA5; }
span { border-color: rgb(33,190,165); }
td.TdClassName
{
border-color: #21BEA5;
}
.TagClassName
{
border-color: #21BEA5;
}
</style>