Shades of Light Sea Green #21BEA6
Tints of Light Sea Green #21BEA6
RGB
CMYK
RGB Variations
Color information
#21BEA6 (or 0x21BEA6) is known color: Light Sea Green. HEX triplet: 21, BE and A6. RGB value is (33,190,166). Sum of RGB (Red+Green+Blue) = 33+190+166=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA6 is #DE4159. Grayscale: #8C8C8C. Windows color (decimal): -14565722 or 10927649. OLE color: 10927649.
HSL color Cylindrical-coordinate representation of color #21BEA6: hue angle of 170.83º 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 #21BEA6 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 166 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.25 |
| HSL | 170.83º | 0.7% | 0.44% | - |
| HSV(B) | 170.83º | 0.83% | 0.75% | - |
| XYZ | 25.92 | 39.9 | 42.41 | - |
| YUV | 140.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 166 | 0.83 | 0 | 0.13 | 0.25 | 170.83 | 0.7 | 0.44 |
| Hex | 21 | BE | A6 | 53 | 0 | D | 19 | AB | 46 | 2C |
| Octal | 41 | 276 | 246 | 123 | 0 | 15 | 31 | 253 | 106 | 54 |
| Binary | 100001 | 10111110 | 10100110 | 1010011 | 0 | 1101 | 11001 | 10101011 | 1000110 | 101100 |
Color Harmonies of #21BEA6
Complementary color
Monochromatic Colors of #21BEA6
Black with #21BEA6
Text Example
Text Example
White with #21BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEA6; }
p { color: rgb(33,190,166); }
H1.HeaderClassName
{
color: #21BEA6;
}
.AnyTagClassName
{
color: #21BEA6;
}
</style>
background-color css
<style>
a { background-color: #21BEA6; }
a { background-color: rgb(33,190,166); }
div.DivClassName
{
background-color: #21BEA6;
}
.BgClassName
{
background-color: #21BEA6;
}
</style>
border-color css
<style>
span { border-color: #21BEA6; }
span { border-color: rgb(33,190,166); }
td.TdClassName
{
border-color: #21BEA6;
}
.TagClassName
{
border-color: #21BEA6;
}
</style>