Shades of Light Sea Green #2DADA6
Tints of Light Sea Green #2DADA6
RGB
CMYK
RGB Variations
Color information
#2DADA6 (or 0x2DADA6) is known color: Light Sea Green. HEX triplet: 2D, AD and A6. RGB value is (45,173,166). Sum of RGB (Red+Green+Blue) = 45+173+166=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #2DADA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADA6 is #D25259. Grayscale: #858585. Windows color (decimal): -13783642 or 10923309. OLE color: 10923309.
HSL color Cylindrical-coordinate representation of color #2DADA6: hue angle of 176.72º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DADA6 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 166 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.32 |
| HSL | 176.72º | 0.59% | 0.43% | - |
| HSV(B) | 176.72º | 0.74% | 0.68% | - |
| XYZ | 22.91 | 33.2 | 41.28 | - |
| YUV | 133.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 166 | 0.74 | 0 | 0.04 | 0.32 | 176.72 | 0.59 | 0.43 |
| Hex | 2D | AD | A6 | 4A | 0 | 4 | 20 | B1 | 3B | 2B |
| Octal | 55 | 255 | 246 | 112 | 0 | 4 | 40 | 261 | 73 | 53 |
| Binary | 101101 | 10101101 | 10100110 | 1001010 | 0 | 100 | 100000 | 10110001 | 111011 | 101011 |
Color Harmonies of #2DADA6
Complementary color
Monochromatic Colors of #2DADA6
Black with #2DADA6
Text Example
Text Example
White with #2DADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADA6; }
p { color: rgb(45,173,166); }
H1.HeaderClassName
{
color: #2DADA6;
}
.AnyTagClassName
{
color: #2DADA6;
}
</style>
background-color css
<style>
a { background-color: #2DADA6; }
a { background-color: rgb(45,173,166); }
div.DivClassName
{
background-color: #2DADA6;
}
.BgClassName
{
background-color: #2DADA6;
}
</style>
border-color css
<style>
span { border-color: #2DADA6; }
span { border-color: rgb(45,173,166); }
td.TdClassName
{
border-color: #2DADA6;
}
.TagClassName
{
border-color: #2DADA6;
}
</style>