Shades of Light Sea Green #21BEA2
Tints of Light Sea Green #21BEA2
RGB
CMYK
RGB Variations
Color information
#21BEA2 (or 0x21BEA2) is known color: Light Sea Green. HEX triplet: 21, BE and A2. RGB value is (33,190,162). Sum of RGB (Red+Green+Blue) = 33+190+162=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA2 is #DE415D. Grayscale: #8B8B8B. Windows color (decimal): -14565726 or 10665505. OLE color: 10665505.
HSL color Cylindrical-coordinate representation of color #21BEA2: hue angle of 169.3º 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 #21BEA2 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 162 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.25 |
| HSL | 169.3º | 0.7% | 0.44% | - |
| HSV(B) | 169.3º | 0.83% | 0.75% | - |
| XYZ | 25.56 | 39.76 | 40.51 | - |
| YUV | 139.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 162 | 0.83 | 0 | 0.15 | 0.25 | 169.3 | 0.7 | 0.44 |
| Hex | 21 | BE | A2 | 53 | 0 | F | 19 | A9 | 46 | 2C |
| Octal | 41 | 276 | 242 | 123 | 0 | 17 | 31 | 251 | 106 | 54 |
| Binary | 100001 | 10111110 | 10100010 | 1010011 | 0 | 1111 | 11001 | 10101001 | 1000110 | 101100 |
Color Harmonies of #21BEA2
Complementary color
Monochromatic Colors of #21BEA2
Black with #21BEA2
Text Example
Text Example
White with #21BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEA2; }
p { color: rgb(33,190,162); }
H1.HeaderClassName
{
color: #21BEA2;
}
.AnyTagClassName
{
color: #21BEA2;
}
</style>
background-color css
<style>
a { background-color: #21BEA2; }
a { background-color: rgb(33,190,162); }
div.DivClassName
{
background-color: #21BEA2;
}
.BgClassName
{
background-color: #21BEA2;
}
</style>
border-color css
<style>
span { border-color: #21BEA2; }
span { border-color: rgb(33,190,162); }
td.TdClassName
{
border-color: #21BEA2;
}
.TagClassName
{
border-color: #21BEA2;
}
</style>