Shades of Light Sea Green #2DBDAD
Tints of Light Sea Green #2DBDAD
RGB
CMYK
RGB Variations
Color information
#2DBDAD (or 0x2DBDAD) is known color: Light Sea Green. HEX triplet: 2D, BD and AD. RGB value is (45,189,173). Sum of RGB (Red+Green+Blue) = 45+189+173=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBDAD is #D24252. Grayscale: #909090. Windows color (decimal): -13779539 or 11386157. OLE color: 11386157.
HSL color Cylindrical-coordinate representation of color #2DBDAD: hue angle of 173.33º 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 #2DBDAD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 173 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.26 |
| HSL | 173.33º | 0.62% | 0.46% | - |
| HSV(B) | 173.33º | 0.76% | 0.74% | - |
| XYZ | 26.82 | 39.97 | 45.84 | - |
| YUV | 144.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 173 | 0.76 | 0 | 0.08 | 0.26 | 173.33 | 0.62 | 0.46 |
| Hex | 2D | BD | AD | 4C | 0 | 8 | 1A | AD | 3E | 2E |
| Octal | 55 | 275 | 255 | 114 | 0 | 10 | 32 | 255 | 76 | 56 |
| Binary | 101101 | 10111101 | 10101101 | 1001100 | 0 | 1000 | 11010 | 10101101 | 111110 | 101110 |
Color Harmonies of #2DBDAD
Complementary color
Monochromatic Colors of #2DBDAD
Black with #2DBDAD
Text Example
Text Example
White with #2DBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDAD; }
p { color: rgb(45,189,173); }
H1.HeaderClassName
{
color: #2DBDAD;
}
.AnyTagClassName
{
color: #2DBDAD;
}
</style>
background-color css
<style>
a { background-color: #2DBDAD; }
a { background-color: rgb(45,189,173); }
div.DivClassName
{
background-color: #2DBDAD;
}
.BgClassName
{
background-color: #2DBDAD;
}
</style>
border-color css
<style>
span { border-color: #2DBDAD; }
span { border-color: rgb(45,189,173); }
td.TdClassName
{
border-color: #2DBDAD;
}
.TagClassName
{
border-color: #2DBDAD;
}
</style>