Shades of Light Sea Green #21B7A1
Tints of Light Sea Green #21B7A1
RGB
CMYK
RGB Variations
Color information
#21B7A1 (or 0x21B7A1) is known color: Light Sea Green. HEX triplet: 21, B7 and A1. RGB value is (33,183,161). Sum of RGB (Red+Green+Blue) = 33+183+161=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #21B7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B7A1 is #DE485E. Grayscale: #878787. Windows color (decimal): -14567519 or 10598177. OLE color: 10598177.
HSL color Cylindrical-coordinate representation of color #21B7A1: hue angle of 171.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B7A1 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 161 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.28 |
| HSL | 171.2º | 0.69% | 0.42% | - |
| HSV(B) | 171.2º | 0.82% | 0.72% | - |
| XYZ | 23.99 | 36.76 | 39.55 | - |
| YUV | 135.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 161 | 0.82 | 0 | 0.12 | 0.28 | 171.2 | 0.69 | 0.42 |
| Hex | 21 | B7 | A1 | 52 | 0 | C | 1C | AB | 45 | 2A |
| Octal | 41 | 267 | 241 | 122 | 0 | 14 | 34 | 253 | 105 | 52 |
| Binary | 100001 | 10110111 | 10100001 | 1010010 | 0 | 1100 | 11100 | 10101011 | 1000101 | 101010 |
Color Harmonies of #21B7A1
Complementary color
Monochromatic Colors of #21B7A1
Black with #21B7A1
Text Example
Text Example
White with #21B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B7A1; }
p { color: rgb(33,183,161); }
H1.HeaderClassName
{
color: #21B7A1;
}
.AnyTagClassName
{
color: #21B7A1;
}
</style>
background-color css
<style>
a { background-color: #21B7A1; }
a { background-color: rgb(33,183,161); }
div.DivClassName
{
background-color: #21B7A1;
}
.BgClassName
{
background-color: #21B7A1;
}
</style>
border-color css
<style>
span { border-color: #21B7A1; }
span { border-color: rgb(33,183,161); }
td.TdClassName
{
border-color: #21B7A1;
}
.TagClassName
{
border-color: #21B7A1;
}
</style>