Shades of Light Sea Green #21B7A8
Tints of Light Sea Green #21B7A8
RGB
CMYK
RGB Variations
Color information
#21B7A8 (or 0x21B7A8) is known color: Light Sea Green. HEX triplet: 21, B7 and A8. RGB value is (33,183,168). Sum of RGB (Red+Green+Blue) = 33+183+168=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #21B7A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B7A8 is #DE4857. Grayscale: #888888. Windows color (decimal): -14567512 or 11056929. OLE color: 11056929.
HSL color Cylindrical-coordinate representation of color #21B7A8: hue angle of 174º 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 #21B7A8 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 168 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.28 |
| HSL | 174º | 0.69% | 0.42% | - |
| HSV(B) | 174º | 0.82% | 0.72% | - |
| XYZ | 24.63 | 37.02 | 42.89 | - |
| YUV | 136.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 168 | 0.82 | 0 | 0.08 | 0.28 | 174 | 0.69 | 0.42 |
| Hex | 21 | B7 | A8 | 52 | 0 | 8 | 1C | AE | 45 | 2A |
| Octal | 41 | 267 | 250 | 122 | 0 | 10 | 34 | 256 | 105 | 52 |
| Binary | 100001 | 10110111 | 10101000 | 1010010 | 0 | 1000 | 11100 | 10101110 | 1000101 | 101010 |
Color Harmonies of #21B7A8
Complementary color
Monochromatic Colors of #21B7A8
Black with #21B7A8
Text Example
Text Example
White with #21B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B7A8; }
p { color: rgb(33,183,168); }
H1.HeaderClassName
{
color: #21B7A8;
}
.AnyTagClassName
{
color: #21B7A8;
}
</style>
background-color css
<style>
a { background-color: #21B7A8; }
a { background-color: rgb(33,183,168); }
div.DivClassName
{
background-color: #21B7A8;
}
.BgClassName
{
background-color: #21B7A8;
}
</style>
border-color css
<style>
span { border-color: #21B7A8; }
span { border-color: rgb(33,183,168); }
td.TdClassName
{
border-color: #21B7A8;
}
.TagClassName
{
border-color: #21B7A8;
}
</style>