Shades of Light Sea Green #21B0AF
Tints of Light Sea Green #21B0AF
RGB
CMYK
RGB Variations
Color information
#21B0AF (or 0x21B0AF) is known color: Light Sea Green. HEX triplet: 21, B0 and AF. RGB value is (33,176,175). Sum of RGB (Red+Green+Blue) = 33+176+175=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #21B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B0AF is #DE4F50. Grayscale: #848484. Windows color (decimal): -14569297 or 11513889. OLE color: 11513889.
HSL color Cylindrical-coordinate representation of color #21B0AF: hue angle of 179.58º 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 #21B0AF is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 175 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.31 |
| HSL | 179.58º | 0.68% | 0.41% | - |
| HSV(B) | 179.58º | 0.81% | 0.69% | - |
| XYZ | 23.89 | 34.47 | 45.95 | - |
| YUV | 133.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 175 | 0.81 | 0 | 0.01 | 0.31 | 179.58 | 0.68 | 0.41 |
| Hex | 21 | B0 | AF | 51 | 0 | 1 | 1F | B4 | 44 | 29 |
| Octal | 41 | 260 | 257 | 121 | 0 | 1 | 37 | 264 | 104 | 51 |
| Binary | 100001 | 10110000 | 10101111 | 1010001 | 0 | 1 | 11111 | 10110100 | 1000100 | 101001 |
Color Harmonies of #21B0AF
Complementary color
Monochromatic Colors of #21B0AF
Black with #21B0AF
Text Example
Text Example
White with #21B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0AF; }
p { color: rgb(33,176,175); }
H1.HeaderClassName
{
color: #21B0AF;
}
.AnyTagClassName
{
color: #21B0AF;
}
</style>
background-color css
<style>
a { background-color: #21B0AF; }
a { background-color: rgb(33,176,175); }
div.DivClassName
{
background-color: #21B0AF;
}
.BgClassName
{
background-color: #21B0AF;
}
</style>
border-color css
<style>
span { border-color: #21B0AF; }
span { border-color: rgb(33,176,175); }
td.TdClassName
{
border-color: #21B0AF;
}
.TagClassName
{
border-color: #21B0AF;
}
</style>