Shades of Light Sea Green #21ADB3
Tints of Light Sea Green #21ADB3
RGB
CMYK
RGB Variations
Color information
#21ADB3 (or 0x21ADB3) is known color: Light Sea Green. HEX triplet: 21, AD and B3. RGB value is (33,173,179). Sum of RGB (Red+Green+Blue) = 33+173+179=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #21ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADB3 is #DE524C. Grayscale: #838383. Windows color (decimal): -14570061 or 11775265. OLE color: 11775265.
HSL color Cylindrical-coordinate representation of color #21ADB3: hue angle of 182.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21ADB3 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 173 | 179 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.30 |
| HSL | 182.47º | 0.69% | 0.42% | - |
| HSV(B) | 182.47º | 0.82% | 0.7% | - |
| XYZ | 23.71 | 33.47 | 47.86 | - |
| YUV | 131.82 | 154.62 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 179 | 0.82 | 0.03 | 0 | 0.30 | 182.47 | 0.69 | 0.42 |
| Hex | 21 | AD | B3 | 52 | 3 | 0 | 1E | B6 | 45 | 2A |
| Octal | 41 | 255 | 263 | 122 | 3 | 0 | 36 | 266 | 105 | 52 |
| Binary | 100001 | 10101101 | 10110011 | 1010010 | 11 | 0 | 11110 | 10110110 | 1000101 | 101010 |
Color Harmonies of #21ADB3
Complementary color
Monochromatic Colors of #21ADB3
Black with #21ADB3
Text Example
Text Example
White with #21ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADB3; }
p { color: rgb(33,173,179); }
H1.HeaderClassName
{
color: #21ADB3;
}
.AnyTagClassName
{
color: #21ADB3;
}
</style>
background-color css
<style>
a { background-color: #21ADB3; }
a { background-color: rgb(33,173,179); }
div.DivClassName
{
background-color: #21ADB3;
}
.BgClassName
{
background-color: #21ADB3;
}
</style>
border-color css
<style>
span { border-color: #21ADB3; }
span { border-color: rgb(33,173,179); }
td.TdClassName
{
border-color: #21ADB3;
}
.TagClassName
{
border-color: #21ADB3;
}
</style>