Shades of Light Sea Green #21ADBC
Tints of Light Sea Green #21ADBC
RGB
CMYK
RGB Variations
Color information
#21ADBC (or 0x21ADBC) is known color: Light Sea Green. HEX triplet: 21, AD and BC. RGB value is (33,173,188). Sum of RGB (Red+Green+Blue) = 33+173+188=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #21ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADBC is #DE5243. Grayscale: #848484. Windows color (decimal): -14570052 or 12365089. OLE color: 12365089.
HSL color Cylindrical-coordinate representation of color #21ADBC: hue angle of 185.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21ADBC is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 173 | 188 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.26 |
| HSL | 185.81º | 0.7% | 0.43% | - |
| HSV(B) | 185.81º | 0.82% | 0.74% | - |
| XYZ | 24.65 | 33.84 | 52.81 | - |
| YUV | 132.85 | 159.12 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 188 | 0.82 | 0.08 | 0 | 0.26 | 185.81 | 0.7 | 0.43 |
| Hex | 21 | AD | BC | 52 | 8 | 0 | 1A | BA | 46 | 2B |
| Octal | 41 | 255 | 274 | 122 | 10 | 0 | 32 | 272 | 106 | 53 |
| Binary | 100001 | 10101101 | 10111100 | 1010010 | 1000 | 0 | 11010 | 10111010 | 1000110 | 101011 |
Color Harmonies of #21ADBC
Complementary color
Monochromatic Colors of #21ADBC
Black with #21ADBC
Text Example
Text Example
White with #21ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADBC; }
p { color: rgb(33,173,188); }
H1.HeaderClassName
{
color: #21ADBC;
}
.AnyTagClassName
{
color: #21ADBC;
}
</style>
background-color css
<style>
a { background-color: #21ADBC; }
a { background-color: rgb(33,173,188); }
div.DivClassName
{
background-color: #21ADBC;
}
.BgClassName
{
background-color: #21ADBC;
}
</style>
border-color css
<style>
span { border-color: #21ADBC; }
span { border-color: rgb(33,173,188); }
td.TdClassName
{
border-color: #21ADBC;
}
.TagClassName
{
border-color: #21ADBC;
}
</style>