Shades of Light Sea Green #21B8A2
Tints of Light Sea Green #21B8A2
RGB
CMYK
RGB Variations
Color information
#21B8A2 (or 0x21B8A2) is known color: Light Sea Green. HEX triplet: 21, B8 and A2. RGB value is (33,184,162). Sum of RGB (Red+Green+Blue) = 33+184+162=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #21B8A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B8A2 is #DE475D. Grayscale: #888888. Windows color (decimal): -14567262 or 10663969. OLE color: 10663969.
HSL color Cylindrical-coordinate representation of color #21B8A2: hue angle of 171.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B8A2 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 162 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.28 |
| HSL | 171.26º | 0.7% | 0.43% | - |
| HSV(B) | 171.26º | 0.82% | 0.72% | - |
| XYZ | 24.29 | 37.21 | 40.09 | - |
| YUV | 136.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 162 | 0.82 | 0 | 0.12 | 0.28 | 171.26 | 0.7 | 0.43 |
| Hex | 21 | B8 | A2 | 52 | 0 | C | 1C | AB | 46 | 2B |
| Octal | 41 | 270 | 242 | 122 | 0 | 14 | 34 | 253 | 106 | 53 |
| Binary | 100001 | 10111000 | 10100010 | 1010010 | 0 | 1100 | 11100 | 10101011 | 1000110 | 101011 |
Color Harmonies of #21B8A2
Complementary color
Monochromatic Colors of #21B8A2
Black with #21B8A2
Text Example
Text Example
White with #21B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B8A2; }
p { color: rgb(33,184,162); }
H1.HeaderClassName
{
color: #21B8A2;
}
.AnyTagClassName
{
color: #21B8A2;
}
</style>
background-color css
<style>
a { background-color: #21B8A2; }
a { background-color: rgb(33,184,162); }
div.DivClassName
{
background-color: #21B8A2;
}
.BgClassName
{
background-color: #21B8A2;
}
</style>
border-color css
<style>
span { border-color: #21B8A2; }
span { border-color: rgb(33,184,162); }
td.TdClassName
{
border-color: #21B8A2;
}
.TagClassName
{
border-color: #21B8A2;
}
</style>