Shades of Light Sea Green #2DA8AA
Tints of Light Sea Green #2DA8AA
RGB
CMYK
RGB Variations
Color information
#2DA8AA (or 0x2DA8AA) is known color: Light Sea Green. HEX triplet: 2D, A8 and AA. RGB value is (45,168,170). Sum of RGB (Red+Green+Blue) = 45+168+170=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #2DA8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA8AA is #D25755. Grayscale: #838383. Windows color (decimal): -13784918 or 11184173. OLE color: 11184173.
HSL color Cylindrical-coordinate representation of color #2DA8AA: hue angle of 180.96º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DA8AA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 168 | 170 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.33 |
| HSL | 180.96º | 0.58% | 0.42% | - |
| HSV(B) | 180.96º | 0.74% | 0.67% | - |
| XYZ | 22.34 | 31.47 | 42.93 | - |
| YUV | 131.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 170 | 0.74 | 0.01 | 0 | 0.33 | 180.96 | 0.58 | 0.42 |
| Hex | 2D | A8 | AA | 4A | 1 | 0 | 21 | B5 | 3A | 2A |
| Octal | 55 | 250 | 252 | 112 | 1 | 0 | 41 | 265 | 72 | 52 |
| Binary | 101101 | 10101000 | 10101010 | 1001010 | 1 | 0 | 100001 | 10110101 | 111010 | 101010 |
Color Harmonies of #2DA8AA
Complementary color
Monochromatic Colors of #2DA8AA
Black with #2DA8AA
Text Example
Text Example
White with #2DA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA8AA; }
p { color: rgb(45,168,170); }
H1.HeaderClassName
{
color: #2DA8AA;
}
.AnyTagClassName
{
color: #2DA8AA;
}
</style>
background-color css
<style>
a { background-color: #2DA8AA; }
a { background-color: rgb(45,168,170); }
div.DivClassName
{
background-color: #2DA8AA;
}
.BgClassName
{
background-color: #2DA8AA;
}
</style>
border-color css
<style>
span { border-color: #2DA8AA; }
span { border-color: rgb(45,168,170); }
td.TdClassName
{
border-color: #2DA8AA;
}
.TagClassName
{
border-color: #2DA8AA;
}
</style>