Shades of Light Sea Green #21B1A1
Tints of Light Sea Green #21B1A1
RGB
CMYK
RGB Variations
Color information
#21B1A1 (or 0x21B1A1) is known color: Light Sea Green. HEX triplet: 21, B1 and A1. RGB value is (33,177,161). Sum of RGB (Red+Green+Blue) = 33+177+161=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #21B1A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B1A1 is #DE4E5E. Grayscale: #848484. Windows color (decimal): -14569055 or 10596641. OLE color: 10596641.
HSL color Cylindrical-coordinate representation of color #21B1A1: hue angle of 173.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B1A1 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 161 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.31 |
| HSL | 173.33º | 0.69% | 0.41% | - |
| HSV(B) | 173.33º | 0.81% | 0.69% | - |
| XYZ | 22.78 | 34.34 | 39.15 | - |
| YUV | 132.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 161 | 0.81 | 0 | 0.09 | 0.31 | 173.33 | 0.69 | 0.41 |
| Hex | 21 | B1 | A1 | 51 | 0 | 9 | 1F | AD | 45 | 29 |
| Octal | 41 | 261 | 241 | 121 | 0 | 11 | 37 | 255 | 105 | 51 |
| Binary | 100001 | 10110001 | 10100001 | 1010001 | 0 | 1001 | 11111 | 10101101 | 1000101 | 101001 |
Color Harmonies of #21B1A1
Complementary color
Monochromatic Colors of #21B1A1
Black with #21B1A1
Text Example
Text Example
White with #21B1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B1A1; }
p { color: rgb(33,177,161); }
H1.HeaderClassName
{
color: #21B1A1;
}
.AnyTagClassName
{
color: #21B1A1;
}
</style>
background-color css
<style>
a { background-color: #21B1A1; }
a { background-color: rgb(33,177,161); }
div.DivClassName
{
background-color: #21B1A1;
}
.BgClassName
{
background-color: #21B1A1;
}
</style>
border-color css
<style>
span { border-color: #21B1A1; }
span { border-color: rgb(33,177,161); }
td.TdClassName
{
border-color: #21B1A1;
}
.TagClassName
{
border-color: #21B1A1;
}
</style>