Shades of Light Sea Green #2DBCAB
Tints of Light Sea Green #2DBCAB
RGB
CMYK
RGB Variations
Color information
#2DBCAB (or 0x2DBCAB) is known color: Light Sea Green. HEX triplet: 2D, BC and AB. RGB value is (45,188,171). Sum of RGB (Red+Green+Blue) = 45+188+171=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCAB is #D24354. Grayscale: #8F8F8F. Windows color (decimal): -13779797 or 11254829. OLE color: 11254829.
HSL color Cylindrical-coordinate representation of color #2DBCAB: hue angle of 172.87º degrees, saturation: 0.61, 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 #2DBCAB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 171 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.26 |
| HSL | 172.87º | 0.61% | 0.46% | - |
| HSV(B) | 172.87º | 0.76% | 0.74% | - |
| XYZ | 26.42 | 39.46 | 44.75 | - |
| YUV | 143.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 171 | 0.76 | 0 | 0.09 | 0.26 | 172.87 | 0.61 | 0.46 |
| Hex | 2D | BC | AB | 4C | 0 | 9 | 1A | AD | 3D | 2E |
| Octal | 55 | 274 | 253 | 114 | 0 | 11 | 32 | 255 | 75 | 56 |
| Binary | 101101 | 10111100 | 10101011 | 1001100 | 0 | 1001 | 11010 | 10101101 | 111101 | 101110 |
Color Harmonies of #2DBCAB
Complementary color
Monochromatic Colors of #2DBCAB
Black with #2DBCAB
Text Example
Text Example
White with #2DBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCAB; }
p { color: rgb(45,188,171); }
H1.HeaderClassName
{
color: #2DBCAB;
}
.AnyTagClassName
{
color: #2DBCAB;
}
</style>
background-color css
<style>
a { background-color: #2DBCAB; }
a { background-color: rgb(45,188,171); }
div.DivClassName
{
background-color: #2DBCAB;
}
.BgClassName
{
background-color: #2DBCAB;
}
</style>
border-color css
<style>
span { border-color: #2DBCAB; }
span { border-color: rgb(45,188,171); }
td.TdClassName
{
border-color: #2DBCAB;
}
.TagClassName
{
border-color: #2DBCAB;
}
</style>