Shades of Light Sea Green #2DAAAA
Tints of Light Sea Green #2DAAAA
RGB
CMYK
RGB Variations
Color information
#2DAAAA (or 0x2DAAAA) is known color: Light Sea Green. HEX triplet: 2D, AA and AA. RGB value is (45,170,170). Sum of RGB (Red+Green+Blue) = 45+170+170=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #2DAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAAAA is #D25555. Grayscale: #848484. Windows color (decimal): -13784406 or 11184685. OLE color: 11184685.
HSL color Cylindrical-coordinate representation of color #2DAAAA: hue angle of 180º 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 #2DAAAA is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 170 | - |
| CMYK | 0.74 | 0 | 0 | 0.33 |
| HSL | 180º | 0.58% | 0.42% | - |
| HSV(B) | 180º | 0.74% | 0.67% | - |
| XYZ | 22.71 | 32.21 | 43.05 | - |
| YUV | 132.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 170 | 0.74 | 0 | 0 | 0.33 | 180 | 0.58 | 0.42 |
| Hex | 2D | AA | AA | 4A | 0 | 0 | 21 | B4 | 3A | 2A |
| Octal | 55 | 252 | 252 | 112 | 0 | 0 | 41 | 264 | 72 | 52 |
| Binary | 101101 | 10101010 | 10101010 | 1001010 | 0 | 0 | 100001 | 10110100 | 111010 | 101010 |
Color Harmonies of #2DAAAA
Complementary color
Monochromatic Colors of #2DAAAA
Black with #2DAAAA
Text Example
Text Example
White with #2DAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAAA; }
p { color: rgb(45,170,170); }
H1.HeaderClassName
{
color: #2DAAAA;
}
.AnyTagClassName
{
color: #2DAAAA;
}
</style>
background-color css
<style>
a { background-color: #2DAAAA; }
a { background-color: rgb(45,170,170); }
div.DivClassName
{
background-color: #2DAAAA;
}
.BgClassName
{
background-color: #2DAAAA;
}
</style>
border-color css
<style>
span { border-color: #2DAAAA; }
span { border-color: rgb(45,170,170); }
td.TdClassName
{
border-color: #2DAAAA;
}
.TagClassName
{
border-color: #2DAAAA;
}
</style>