Shades of Light Sea Green #21B2AC
Tints of Light Sea Green #21B2AC
RGB
CMYK
RGB Variations
Color information
#21B2AC (or 0x21B2AC) is known color: Light Sea Green. HEX triplet: 21, B2 and AC. RGB value is (33,178,172). Sum of RGB (Red+Green+Blue) = 33+178+172=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #21B2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B2AC is #DE4D53. Grayscale: #858585. Windows color (decimal): -14568788 or 11317793. OLE color: 11317793.
HSL color Cylindrical-coordinate representation of color #21B2AC: hue angle of 177.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B2AC is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 172 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.30 |
| HSL | 177.52º | 0.69% | 0.41% | - |
| HSV(B) | 177.52º | 0.81% | 0.7% | - |
| XYZ | 23.99 | 35.14 | 44.55 | - |
| YUV | 133.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 172 | 0.81 | 0 | 0.03 | 0.30 | 177.52 | 0.69 | 0.41 |
| Hex | 21 | B2 | AC | 51 | 0 | 3 | 1E | B2 | 45 | 29 |
| Octal | 41 | 262 | 254 | 121 | 0 | 3 | 36 | 262 | 105 | 51 |
| Binary | 100001 | 10110010 | 10101100 | 1010001 | 0 | 11 | 11110 | 10110010 | 1000101 | 101001 |
Color Harmonies of #21B2AC
Complementary color
Monochromatic Colors of #21B2AC
Black with #21B2AC
Text Example
Text Example
White with #21B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B2AC; }
p { color: rgb(33,178,172); }
H1.HeaderClassName
{
color: #21B2AC;
}
.AnyTagClassName
{
color: #21B2AC;
}
</style>
background-color css
<style>
a { background-color: #21B2AC; }
a { background-color: rgb(33,178,172); }
div.DivClassName
{
background-color: #21B2AC;
}
.BgClassName
{
background-color: #21B2AC;
}
</style>
border-color css
<style>
span { border-color: #21B2AC; }
span { border-color: rgb(33,178,172); }
td.TdClassName
{
border-color: #21B2AC;
}
.TagClassName
{
border-color: #21B2AC;
}
</style>