Shades of Light Sea Green #21ADB9
Tints of Light Sea Green #21ADB9
RGB
CMYK
RGB Variations
Color information
#21ADB9 (or 0x21ADB9) is known color: Light Sea Green. HEX triplet: 21, AD and B9. RGB value is (33,173,185). Sum of RGB (Red+Green+Blue) = 33+173+185=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #21ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADB9 is #DE5246. Grayscale: #848484. Windows color (decimal): -14570055 or 12168481. OLE color: 12168481.
HSL color Cylindrical-coordinate representation of color #21ADB9: hue angle of 184.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21ADB9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 173 | 185 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.27 |
| HSL | 184.74º | 0.7% | 0.43% | - |
| HSV(B) | 184.74º | 0.82% | 0.73% | - |
| XYZ | 24.33 | 33.71 | 51.12 | - |
| YUV | 132.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 185 | 0.82 | 0.06 | 0 | 0.27 | 184.74 | 0.7 | 0.43 |
| Hex | 21 | AD | B9 | 52 | 6 | 0 | 1B | B9 | 46 | 2B |
| Octal | 41 | 255 | 271 | 122 | 6 | 0 | 33 | 271 | 106 | 53 |
| Binary | 100001 | 10101101 | 10111001 | 1010010 | 110 | 0 | 11011 | 10111001 | 1000110 | 101011 |
Color Harmonies of #21ADB9
Complementary color
Monochromatic Colors of #21ADB9
Black with #21ADB9
Text Example
Text Example
White with #21ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADB9; }
p { color: rgb(33,173,185); }
H1.HeaderClassName
{
color: #21ADB9;
}
.AnyTagClassName
{
color: #21ADB9;
}
</style>
background-color css
<style>
a { background-color: #21ADB9; }
a { background-color: rgb(33,173,185); }
div.DivClassName
{
background-color: #21ADB9;
}
.BgClassName
{
background-color: #21ADB9;
}
</style>
border-color css
<style>
span { border-color: #21ADB9; }
span { border-color: rgb(33,173,185); }
td.TdClassName
{
border-color: #21ADB9;
}
.TagClassName
{
border-color: #21ADB9;
}
</style>