Shades of Light Sea Green #21ADB2
Tints of Light Sea Green #21ADB2
RGB
CMYK
RGB Variations
Color information
#21ADB2 (or 0x21ADB2) is known color: Light Sea Green. HEX triplet: 21, AD and B2. RGB value is (33,173,178). Sum of RGB (Red+Green+Blue) = 33+173+178=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #21ADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ADB2 is #DE524D. Grayscale: #838383. Windows color (decimal): -14570062 or 11709729. OLE color: 11709729.
HSL color Cylindrical-coordinate representation of color #21ADB2: hue angle of 182.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21ADB2 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 173 | 178 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.30 |
| HSL | 182.07º | 0.69% | 0.41% | - |
| HSV(B) | 182.07º | 0.81% | 0.7% | - |
| XYZ | 23.61 | 33.42 | 47.33 | - |
| YUV | 131.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 178 | 0.81 | 0.03 | 0 | 0.30 | 182.07 | 0.69 | 0.41 |
| Hex | 21 | AD | B2 | 51 | 3 | 0 | 1E | B6 | 45 | 29 |
| Octal | 41 | 255 | 262 | 121 | 3 | 0 | 36 | 266 | 105 | 51 |
| Binary | 100001 | 10101101 | 10110010 | 1010001 | 11 | 0 | 11110 | 10110110 | 1000101 | 101001 |
Color Harmonies of #21ADB2
Complementary color
Monochromatic Colors of #21ADB2
Black with #21ADB2
Text Example
Text Example
White with #21ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADB2; }
p { color: rgb(33,173,178); }
H1.HeaderClassName
{
color: #21ADB2;
}
.AnyTagClassName
{
color: #21ADB2;
}
</style>
background-color css
<style>
a { background-color: #21ADB2; }
a { background-color: rgb(33,173,178); }
div.DivClassName
{
background-color: #21ADB2;
}
.BgClassName
{
background-color: #21ADB2;
}
</style>
border-color css
<style>
span { border-color: #21ADB2; }
span { border-color: rgb(33,173,178); }
td.TdClassName
{
border-color: #21ADB2;
}
.TagClassName
{
border-color: #21ADB2;
}
</style>