Shades of Light Sea Green #21BCAC
Tints of Light Sea Green #21BCAC
RGB
CMYK
RGB Variations
Color information
#21BCAC (or 0x21BCAC) is known color: Light Sea Green. HEX triplet: 21, BC and AC. RGB value is (33,188,172). Sum of RGB (Red+Green+Blue) = 33+188+172=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BCAC is #DE4353. Grayscale: #8B8B8B. Windows color (decimal): -14566228 or 11320353. OLE color: 11320353.
HSL color Cylindrical-coordinate representation of color #21BCAC: hue angle of 173.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BCAC is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 172 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.26 |
| HSL | 173.81º | 0.7% | 0.43% | - |
| HSV(B) | 173.81º | 0.82% | 0.74% | - |
| XYZ | 26.06 | 39.27 | 45.24 | - |
| YUV | 139.83 | 146.15 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 172 | 0.82 | 0 | 0.09 | 0.26 | 173.81 | 0.7 | 0.43 |
| Hex | 21 | BC | AC | 52 | 0 | 9 | 1A | AE | 46 | 2B |
| Octal | 41 | 274 | 254 | 122 | 0 | 11 | 32 | 256 | 106 | 53 |
| Binary | 100001 | 10111100 | 10101100 | 1010010 | 0 | 1001 | 11010 | 10101110 | 1000110 | 101011 |
Color Harmonies of #21BCAC
Complementary color
Monochromatic Colors of #21BCAC
Black with #21BCAC
Text Example
Text Example
White with #21BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCAC; }
p { color: rgb(33,188,172); }
H1.HeaderClassName
{
color: #21BCAC;
}
.AnyTagClassName
{
color: #21BCAC;
}
</style>
background-color css
<style>
a { background-color: #21BCAC; }
a { background-color: rgb(33,188,172); }
div.DivClassName
{
background-color: #21BCAC;
}
.BgClassName
{
background-color: #21BCAC;
}
</style>
border-color css
<style>
span { border-color: #21BCAC; }
span { border-color: rgb(33,188,172); }
td.TdClassName
{
border-color: #21BCAC;
}
.TagClassName
{
border-color: #21BCAC;
}
</style>