Shades of Light Sea Green #21B6A3
Tints of Light Sea Green #21B6A3
RGB
CMYK
RGB Variations
Color information
#21B6A3 (or 0x21B6A3) is known color: Light Sea Green. HEX triplet: 21, B6 and A3. RGB value is (33,182,163). Sum of RGB (Red+Green+Blue) = 33+182+163=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #21B6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B6A3 is #DE495C. Grayscale: #878787. Windows color (decimal): -14567773 or 10728993. OLE color: 10728993.
HSL color Cylindrical-coordinate representation of color #21B6A3: hue angle of 172.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B6A3 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 182 | 163 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.29 |
| HSL | 172.35º | 0.69% | 0.42% | - |
| HSV(B) | 172.35º | 0.82% | 0.71% | - |
| XYZ | 23.97 | 36.42 | 40.42 | - |
| YUV | 135.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 182 | 163 | 0.82 | 0 | 0.10 | 0.29 | 172.35 | 0.69 | 0.42 |
| Hex | 21 | B6 | A3 | 52 | 0 | A | 1D | AC | 45 | 2A |
| Octal | 41 | 266 | 243 | 122 | 0 | 12 | 35 | 254 | 105 | 52 |
| Binary | 100001 | 10110110 | 10100011 | 1010010 | 0 | 1010 | 11101 | 10101100 | 1000101 | 101010 |
Color Harmonies of #21B6A3
Complementary color
Monochromatic Colors of #21B6A3
Black with #21B6A3
Text Example
Text Example
White with #21B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B6A3; }
p { color: rgb(33,182,163); }
H1.HeaderClassName
{
color: #21B6A3;
}
.AnyTagClassName
{
color: #21B6A3;
}
</style>
background-color css
<style>
a { background-color: #21B6A3; }
a { background-color: rgb(33,182,163); }
div.DivClassName
{
background-color: #21B6A3;
}
.BgClassName
{
background-color: #21B6A3;
}
</style>
border-color css
<style>
span { border-color: #21B6A3; }
span { border-color: rgb(33,182,163); }
td.TdClassName
{
border-color: #21B6A3;
}
.TagClassName
{
border-color: #21B6A3;
}
</style>