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