Shades of Light Sea Green #2DBDAB
Tints of Light Sea Green #2DBDAB
RGB
CMYK
RGB Variations
Color information
#2DBDAB (or 0x2DBDAB) is known color: Light Sea Green. HEX triplet: 2D, BD and AB. RGB value is (45,189,171). Sum of RGB (Red+Green+Blue) = 45+189+171=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBDAB is #D24254. Grayscale: #8F8F8F. Windows color (decimal): -13779541 or 11255085. OLE color: 11255085.
HSL color Cylindrical-coordinate representation of color #2DBDAB: hue angle of 172.5º 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 #2DBDAB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 171 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.26 |
| HSL | 172.5º | 0.62% | 0.46% | - |
| HSV(B) | 172.5º | 0.76% | 0.74% | - |
| XYZ | 26.63 | 39.89 | 44.82 | - |
| YUV | 143.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 171 | 0.76 | 0 | 0.10 | 0.26 | 172.5 | 0.62 | 0.46 |
| Hex | 2D | BD | AB | 4C | 0 | A | 1A | AC | 3E | 2E |
| Octal | 55 | 275 | 253 | 114 | 0 | 12 | 32 | 254 | 76 | 56 |
| Binary | 101101 | 10111101 | 10101011 | 1001100 | 0 | 1010 | 11010 | 10101100 | 111110 | 101110 |
Color Harmonies of #2DBDAB
Complementary color
Monochromatic Colors of #2DBDAB
Black with #2DBDAB
Text Example
Text Example
White with #2DBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDAB; }
p { color: rgb(45,189,171); }
H1.HeaderClassName
{
color: #2DBDAB;
}
.AnyTagClassName
{
color: #2DBDAB;
}
</style>
background-color css
<style>
a { background-color: #2DBDAB; }
a { background-color: rgb(45,189,171); }
div.DivClassName
{
background-color: #2DBDAB;
}
.BgClassName
{
background-color: #2DBDAB;
}
</style>
border-color css
<style>
span { border-color: #2DBDAB; }
span { border-color: rgb(45,189,171); }
td.TdClassName
{
border-color: #2DBDAB;
}
.TagClassName
{
border-color: #2DBDAB;
}
</style>