Shades of Light Sea Green #21B4B0
Tints of Light Sea Green #21B4B0
RGB
CMYK
RGB Variations
Color information
#21B4B0 (or 0x21B4B0) is known color: Light Sea Green. HEX triplet: 21, B4 and B0. RGB value is (33,180,176). Sum of RGB (Red+Green+Blue) = 33+180+176=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #21B4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B4B0 is #DE4B4F. Grayscale: #878787. Windows color (decimal): -14568272 or 11580449. OLE color: 11580449.
HSL color Cylindrical-coordinate representation of color #21B4B0: hue angle of 178.37º 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 #21B4B0 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 176 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.29 |
| HSL | 178.37º | 0.69% | 0.42% | - |
| HSV(B) | 178.37º | 0.82% | 0.71% | - |
| XYZ | 24.78 | 36.1 | 46.74 | - |
| YUV | 135.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 176 | 0.82 | 0 | 0.02 | 0.29 | 178.37 | 0.69 | 0.42 |
| Hex | 21 | B4 | B0 | 52 | 0 | 2 | 1D | B2 | 45 | 2A |
| Octal | 41 | 264 | 260 | 122 | 0 | 2 | 35 | 262 | 105 | 52 |
| Binary | 100001 | 10110100 | 10110000 | 1010010 | 0 | 10 | 11101 | 10110010 | 1000101 | 101010 |
Color Harmonies of #21B4B0
Complementary color
Monochromatic Colors of #21B4B0
Black with #21B4B0
Text Example
Text Example
White with #21B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B4B0; }
p { color: rgb(33,180,176); }
H1.HeaderClassName
{
color: #21B4B0;
}
.AnyTagClassName
{
color: #21B4B0;
}
</style>
background-color css
<style>
a { background-color: #21B4B0; }
a { background-color: rgb(33,180,176); }
div.DivClassName
{
background-color: #21B4B0;
}
.BgClassName
{
background-color: #21B4B0;
}
</style>
border-color css
<style>
span { border-color: #21B4B0; }
span { border-color: rgb(33,180,176); }
td.TdClassName
{
border-color: #21B4B0;
}
.TagClassName
{
border-color: #21B4B0;
}
</style>