Shades of Light Sea Green #2DBDAC
Tints of Light Sea Green #2DBDAC
RGB
CMYK
RGB Variations
Color information
#2DBDAC (or 0x2DBDAC) is known color: Light Sea Green. HEX triplet: 2D, BD and AC. RGB value is (45,189,172). Sum of RGB (Red+Green+Blue) = 45+189+172=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBDAC is #D24253. Grayscale: #8F8F8F. Windows color (decimal): -13779540 or 11320621. OLE color: 11320621.
HSL color Cylindrical-coordinate representation of color #2DBDAC: hue angle of 172.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBDAC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 172 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.26 |
| HSL | 172.92º | 0.62% | 0.46% | - |
| HSV(B) | 172.92º | 0.76% | 0.74% | - |
| XYZ | 26.73 | 39.93 | 45.33 | - |
| YUV | 144.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 172 | 0.76 | 0 | 0.09 | 0.26 | 172.92 | 0.62 | 0.46 |
| Hex | 2D | BD | AC | 4C | 0 | 9 | 1A | AD | 3E | 2E |
| Octal | 55 | 275 | 254 | 114 | 0 | 11 | 32 | 255 | 76 | 56 |
| Binary | 101101 | 10111101 | 10101100 | 1001100 | 0 | 1001 | 11010 | 10101101 | 111110 | 101110 |
Color Harmonies of #2DBDAC
Complementary color
Monochromatic Colors of #2DBDAC
Black with #2DBDAC
Text Example
Text Example
White with #2DBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDAC; }
p { color: rgb(45,189,172); }
H1.HeaderClassName
{
color: #2DBDAC;
}
.AnyTagClassName
{
color: #2DBDAC;
}
</style>
background-color css
<style>
a { background-color: #2DBDAC; }
a { background-color: rgb(45,189,172); }
div.DivClassName
{
background-color: #2DBDAC;
}
.BgClassName
{
background-color: #2DBDAC;
}
</style>
border-color css
<style>
span { border-color: #2DBDAC; }
span { border-color: rgb(45,189,172); }
td.TdClassName
{
border-color: #2DBDAC;
}
.TagClassName
{
border-color: #2DBDAC;
}
</style>