Shades of Light Sea Green #21B4A4
Tints of Light Sea Green #21B4A4
RGB
CMYK
RGB Variations
Color information
#21B4A4 (or 0x21B4A4) is known color: Light Sea Green. HEX triplet: 21, B4 and A4. RGB value is (33,180,164). Sum of RGB (Red+Green+Blue) = 33+180+164=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #21B4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B4A4 is #DE4B5B. Grayscale: #868686. Windows color (decimal): -14568284 or 10794017. OLE color: 10794017.
HSL color Cylindrical-coordinate representation of color #21B4A4: hue angle of 173.47º 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 #21B4A4 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 164 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.29 |
| HSL | 173.47º | 0.69% | 0.42% | - |
| HSV(B) | 173.47º | 0.82% | 0.71% | - |
| XYZ | 23.65 | 35.65 | 40.76 | - |
| YUV | 134.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 164 | 0.82 | 0 | 0.09 | 0.29 | 173.47 | 0.69 | 0.42 |
| Hex | 21 | B4 | A4 | 52 | 0 | 9 | 1D | AD | 45 | 2A |
| Octal | 41 | 264 | 244 | 122 | 0 | 11 | 35 | 255 | 105 | 52 |
| Binary | 100001 | 10110100 | 10100100 | 1010010 | 0 | 1001 | 11101 | 10101101 | 1000101 | 101010 |
Color Harmonies of #21B4A4
Complementary color
Monochromatic Colors of #21B4A4
Black with #21B4A4
Text Example
Text Example
White with #21B4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B4A4; }
p { color: rgb(33,180,164); }
H1.HeaderClassName
{
color: #21B4A4;
}
.AnyTagClassName
{
color: #21B4A4;
}
</style>
background-color css
<style>
a { background-color: #21B4A4; }
a { background-color: rgb(33,180,164); }
div.DivClassName
{
background-color: #21B4A4;
}
.BgClassName
{
background-color: #21B4A4;
}
</style>
border-color css
<style>
span { border-color: #21B4A4; }
span { border-color: rgb(33,180,164); }
td.TdClassName
{
border-color: #21B4A4;
}
.TagClassName
{
border-color: #21B4A4;
}
</style>