Shades of Light Sea Green #2ACDB9
Tints of Light Sea Green #2ACDB9
RGB
CMYK
RGB Variations
Color information
#2ACDB9 (or 0x2ACDB9) is known color: Light Sea Green. HEX triplet: 2A, CD and B9. RGB value is (42,205,185). Sum of RGB (Red+Green+Blue) = 42+205+185=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDB9 is #D53246. Grayscale: #999999. Windows color (decimal): -13972039 or 12176682. OLE color: 12176682.
HSL color Cylindrical-coordinate representation of color #2ACDB9: hue angle of 172.64º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDB9 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 185 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.20 |
| HSL | 172.64º | 0.66% | 0.48% | - |
| HSV(B) | 172.64º | 0.8% | 0.8% | - |
| XYZ | 31.54 | 47.66 | 53.44 | - |
| YUV | 153.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 185 | 0.80 | 0 | 0.10 | 0.20 | 172.64 | 0.66 | 0.48 |
| Hex | 2A | CD | B9 | 50 | 0 | A | 14 | AD | 42 | 30 |
| Octal | 52 | 315 | 271 | 120 | 0 | 12 | 24 | 255 | 102 | 60 |
| Binary | 101010 | 11001101 | 10111001 | 1010000 | 0 | 1010 | 10100 | 10101101 | 1000010 | 110000 |
Color Harmonies of #2ACDB9
Complementary color
Monochromatic Colors of #2ACDB9
Black with #2ACDB9
Text Example
Text Example
White with #2ACDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDB9; }
p { color: rgb(42,205,185); }
H1.HeaderClassName
{
color: #2ACDB9;
}
.AnyTagClassName
{
color: #2ACDB9;
}
</style>
background-color css
<style>
a { background-color: #2ACDB9; }
a { background-color: rgb(42,205,185); }
div.DivClassName
{
background-color: #2ACDB9;
}
.BgClassName
{
background-color: #2ACDB9;
}
</style>
border-color css
<style>
span { border-color: #2ACDB9; }
span { border-color: rgb(42,205,185); }
td.TdClassName
{
border-color: #2ACDB9;
}
.TagClassName
{
border-color: #2ACDB9;
}
</style>