Shades of Light Sea Green #21BAA3
Tints of Light Sea Green #21BAA3
RGB
CMYK
RGB Variations
Color information
#21BAA3 (or 0x21BAA3) is known color: Light Sea Green. HEX triplet: 21, BA and A3. RGB value is (33,186,163). Sum of RGB (Red+Green+Blue) = 33+186+163=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #21BAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BAA3 is #DE455C. Grayscale: #898989. Windows color (decimal): -14566749 or 10730017. OLE color: 10730017.
HSL color Cylindrical-coordinate representation of color #21BAA3: hue angle of 170.98º 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 #21BAA3 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 163 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.27 |
| HSL | 170.98º | 0.7% | 0.43% | - |
| HSV(B) | 170.98º | 0.82% | 0.73% | - |
| XYZ | 24.8 | 38.09 | 40.69 | - |
| YUV | 137.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 163 | 0.82 | 0 | 0.12 | 0.27 | 170.98 | 0.7 | 0.43 |
| Hex | 21 | BA | A3 | 52 | 0 | C | 1B | AB | 46 | 2B |
| Octal | 41 | 272 | 243 | 122 | 0 | 14 | 33 | 253 | 106 | 53 |
| Binary | 100001 | 10111010 | 10100011 | 1010010 | 0 | 1100 | 11011 | 10101011 | 1000110 | 101011 |
Color Harmonies of #21BAA3
Complementary color
Monochromatic Colors of #21BAA3
Black with #21BAA3
Text Example
Text Example
White with #21BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAA3; }
p { color: rgb(33,186,163); }
H1.HeaderClassName
{
color: #21BAA3;
}
.AnyTagClassName
{
color: #21BAA3;
}
</style>
background-color css
<style>
a { background-color: #21BAA3; }
a { background-color: rgb(33,186,163); }
div.DivClassName
{
background-color: #21BAA3;
}
.BgClassName
{
background-color: #21BAA3;
}
</style>
border-color css
<style>
span { border-color: #21BAA3; }
span { border-color: rgb(33,186,163); }
td.TdClassName
{
border-color: #21BAA3;
}
.TagClassName
{
border-color: #21BAA3;
}
</style>