Shades of Light Sea Green #2DADA7
Tints of Light Sea Green #2DADA7
RGB
CMYK
RGB Variations
Color information
#2DADA7 (or 0x2DADA7) is known color: Light Sea Green. HEX triplet: 2D, AD and A7. RGB value is (45,173,167). Sum of RGB (Red+Green+Blue) = 45+173+167=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #2DADA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DADA7 is #D25258. Grayscale: #858585. Windows color (decimal): -13783641 or 10988845. OLE color: 10988845.
HSL color Cylindrical-coordinate representation of color #2DADA7: hue angle of 177.19º 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 #2DADA7 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 167 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.32 |
| HSL | 177.19º | 0.59% | 0.43% | - |
| HSV(B) | 177.19º | 0.74% | 0.68% | - |
| XYZ | 23 | 33.24 | 41.76 | - |
| YUV | 134.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 167 | 0.74 | 0 | 0.03 | 0.32 | 177.19 | 0.59 | 0.43 |
| Hex | 2D | AD | A7 | 4A | 0 | 3 | 20 | B1 | 3B | 2B |
| Octal | 55 | 255 | 247 | 112 | 0 | 3 | 40 | 261 | 73 | 53 |
| Binary | 101101 | 10101101 | 10100111 | 1001010 | 0 | 11 | 100000 | 10110001 | 111011 | 101011 |
Color Harmonies of #2DADA7
Complementary color
Monochromatic Colors of #2DADA7
Black with #2DADA7
Text Example
Text Example
White with #2DADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADA7; }
p { color: rgb(45,173,167); }
H1.HeaderClassName
{
color: #2DADA7;
}
.AnyTagClassName
{
color: #2DADA7;
}
</style>
background-color css
<style>
a { background-color: #2DADA7; }
a { background-color: rgb(45,173,167); }
div.DivClassName
{
background-color: #2DADA7;
}
.BgClassName
{
background-color: #2DADA7;
}
</style>
border-color css
<style>
span { border-color: #2DADA7; }
span { border-color: rgb(45,173,167); }
td.TdClassName
{
border-color: #2DADA7;
}
.TagClassName
{
border-color: #2DADA7;
}
</style>