Shades of Light Sea Green #21BA9A
Tints of Light Sea Green #21BA9A
RGB
CMYK
RGB Variations
Color information
#21BA9A (or 0x21BA9A) is known color: Light Sea Green. HEX triplet: 21, BA and 9A. RGB value is (33,186,154). Sum of RGB (Red+Green+Blue) = 33+186+154=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA9A is #DE4565. Grayscale: #888888. Windows color (decimal): -14566758 or 10140193. OLE color: 10140193.
HSL color Cylindrical-coordinate representation of color #21BA9A: hue angle of 167.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA9A is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 154 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.27 |
| HSL | 167.45º | 0.7% | 0.43% | - |
| HSV(B) | 167.45º | 0.82% | 0.73% | - |
| XYZ | 24.02 | 37.77 | 36.6 | - |
| YUV | 136.61 | 137.81 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 154 | 0.82 | 0 | 0.17 | 0.27 | 167.45 | 0.7 | 0.43 |
| Hex | 21 | BA | 9A | 52 | 0 | 11 | 1B | A7 | 46 | 2B |
| Octal | 41 | 272 | 232 | 122 | 0 | 21 | 33 | 247 | 106 | 53 |
| Binary | 100001 | 10111010 | 10011010 | 1010010 | 0 | 10001 | 11011 | 10100111 | 1000110 | 101011 |
Color Harmonies of #21BA9A
Complementary color
Monochromatic Colors of #21BA9A
Black with #21BA9A
Text Example
Text Example
White with #21BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA9A; }
p { color: rgb(33,186,154); }
H1.HeaderClassName
{
color: #21BA9A;
}
.AnyTagClassName
{
color: #21BA9A;
}
</style>
background-color css
<style>
a { background-color: #21BA9A; }
a { background-color: rgb(33,186,154); }
div.DivClassName
{
background-color: #21BA9A;
}
.BgClassName
{
background-color: #21BA9A;
}
</style>
border-color css
<style>
span { border-color: #21BA9A; }
span { border-color: rgb(33,186,154); }
td.TdClassName
{
border-color: #21BA9A;
}
.TagClassName
{
border-color: #21BA9A;
}
</style>