Shades of Light Sea Green #21B0A2
Tints of Light Sea Green #21B0A2
RGB
CMYK
RGB Variations
Color information
#21B0A2 (or 0x21B0A2) is known color: Light Sea Green. HEX triplet: 21, B0 and A2. RGB value is (33,176,162). Sum of RGB (Red+Green+Blue) = 33+176+162=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #21B0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B0A2 is #DE4F5D. Grayscale: #838383. Windows color (decimal): -14569310 or 10661921. OLE color: 10661921.
HSL color Cylindrical-coordinate representation of color #21B0A2: hue angle of 174.13º degrees, saturation: 0.68, 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 #21B0A2 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 162 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.31 |
| HSL | 174.13º | 0.68% | 0.41% | - |
| HSV(B) | 174.13º | 0.81% | 0.69% | - |
| XYZ | 22.67 | 33.98 | 39.55 | - |
| YUV | 131.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 162 | 0.81 | 0 | 0.08 | 0.31 | 174.13 | 0.68 | 0.41 |
| Hex | 21 | B0 | A2 | 51 | 0 | 8 | 1F | AE | 44 | 29 |
| Octal | 41 | 260 | 242 | 121 | 0 | 10 | 37 | 256 | 104 | 51 |
| Binary | 100001 | 10110000 | 10100010 | 1010001 | 0 | 1000 | 11111 | 10101110 | 1000100 | 101001 |
Color Harmonies of #21B0A2
Complementary color
Monochromatic Colors of #21B0A2
Black with #21B0A2
Text Example
Text Example
White with #21B0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0A2; }
p { color: rgb(33,176,162); }
H1.HeaderClassName
{
color: #21B0A2;
}
.AnyTagClassName
{
color: #21B0A2;
}
</style>
background-color css
<style>
a { background-color: #21B0A2; }
a { background-color: rgb(33,176,162); }
div.DivClassName
{
background-color: #21B0A2;
}
.BgClassName
{
background-color: #21B0A2;
}
</style>
border-color css
<style>
span { border-color: #21B0A2; }
span { border-color: rgb(33,176,162); }
td.TdClassName
{
border-color: #21B0A2;
}
.TagClassName
{
border-color: #21B0A2;
}
</style>