Shades of Light Sea Green #2DBCAD
Tints of Light Sea Green #2DBCAD
RGB
CMYK
RGB Variations
Color information
#2DBCAD (or 0x2DBCAD) is known color: Light Sea Green. HEX triplet: 2D, BC and AD. RGB value is (45,188,173). Sum of RGB (Red+Green+Blue) = 45+188+173=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCAD is #D24352. Grayscale: #8F8F8F. Windows color (decimal): -13779795 or 11385901. OLE color: 11385901.
HSL color Cylindrical-coordinate representation of color #2DBCAD: hue angle of 173.71º 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 #2DBCAD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 173 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.26 |
| HSL | 173.71º | 0.61% | 0.46% | - |
| HSV(B) | 173.71º | 0.76% | 0.74% | - |
| XYZ | 26.61 | 39.54 | 45.77 | - |
| YUV | 143.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 173 | 0.76 | 0 | 0.08 | 0.26 | 173.71 | 0.61 | 0.46 |
| Hex | 2D | BC | AD | 4C | 0 | 8 | 1A | AE | 3D | 2E |
| Octal | 55 | 274 | 255 | 114 | 0 | 10 | 32 | 256 | 75 | 56 |
| Binary | 101101 | 10111100 | 10101101 | 1001100 | 0 | 1000 | 11010 | 10101110 | 111101 | 101110 |
Color Harmonies of #2DBCAD
Complementary color
Monochromatic Colors of #2DBCAD
Black with #2DBCAD
Text Example
Text Example
White with #2DBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCAD; }
p { color: rgb(45,188,173); }
H1.HeaderClassName
{
color: #2DBCAD;
}
.AnyTagClassName
{
color: #2DBCAD;
}
</style>
background-color css
<style>
a { background-color: #2DBCAD; }
a { background-color: rgb(45,188,173); }
div.DivClassName
{
background-color: #2DBCAD;
}
.BgClassName
{
background-color: #2DBCAD;
}
</style>
border-color css
<style>
span { border-color: #2DBCAD; }
span { border-color: rgb(45,188,173); }
td.TdClassName
{
border-color: #2DBCAD;
}
.TagClassName
{
border-color: #2DBCAD;
}
</style>