Shades of Light Sea Green #2DB8AD
Tints of Light Sea Green #2DB8AD
RGB
CMYK
RGB Variations
Color information
#2DB8AD (or 0x2DB8AD) is known color: Light Sea Green. HEX triplet: 2D, B8 and AD. RGB value is (45,184,173). Sum of RGB (Red+Green+Blue) = 45+184+173=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB8AD is #D24752. Grayscale: #8D8D8D. Windows color (decimal): -13780819 or 11384877. OLE color: 11384877.
HSL color Cylindrical-coordinate representation of color #2DB8AD: hue angle of 175.25º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB8AD is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 173 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.28 |
| HSL | 175.25º | 0.61% | 0.45% | - |
| HSV(B) | 175.25º | 0.76% | 0.72% | - |
| XYZ | 25.77 | 37.86 | 45.48 | - |
| YUV | 141.19 | 145.95 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 173 | 0.76 | 0 | 0.06 | 0.28 | 175.25 | 0.61 | 0.45 |
| Hex | 2D | B8 | AD | 4C | 0 | 6 | 1C | AF | 3D | 2D |
| Octal | 55 | 270 | 255 | 114 | 0 | 6 | 34 | 257 | 75 | 55 |
| Binary | 101101 | 10111000 | 10101101 | 1001100 | 0 | 110 | 11100 | 10101111 | 111101 | 101101 |
Color Harmonies of #2DB8AD
Complementary color
Monochromatic Colors of #2DB8AD
Black with #2DB8AD
Text Example
Text Example
White with #2DB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8AD; }
p { color: rgb(45,184,173); }
H1.HeaderClassName
{
color: #2DB8AD;
}
.AnyTagClassName
{
color: #2DB8AD;
}
</style>
background-color css
<style>
a { background-color: #2DB8AD; }
a { background-color: rgb(45,184,173); }
div.DivClassName
{
background-color: #2DB8AD;
}
.BgClassName
{
background-color: #2DB8AD;
}
</style>
border-color css
<style>
span { border-color: #2DB8AD; }
span { border-color: rgb(45,184,173); }
td.TdClassName
{
border-color: #2DB8AD;
}
.TagClassName
{
border-color: #2DB8AD;
}
</style>