Shades of Light Sea Green #2DB2AA
Tints of Light Sea Green #2DB2AA
RGB
CMYK
RGB Variations
Color information
#2DB2AA (or 0x2DB2AA) is known color: Light Sea Green. HEX triplet: 2D, B2 and AA. RGB value is (45,178,170). Sum of RGB (Red+Green+Blue) = 45+178+170=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB2AA is #D24D55. Grayscale: #898989. Windows color (decimal): -13782358 or 11186733. OLE color: 11186733.
HSL color Cylindrical-coordinate representation of color #2DB2AA: hue angle of 176.39º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB2AA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 170 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.30 |
| HSL | 176.39º | 0.6% | 0.44% | - |
| HSV(B) | 176.39º | 0.75% | 0.7% | - |
| XYZ | 24.26 | 35.3 | 43.57 | - |
| YUV | 137.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 170 | 0.75 | 0 | 0.04 | 0.30 | 176.39 | 0.6 | 0.44 |
| Hex | 2D | B2 | AA | 4B | 0 | 4 | 1E | B0 | 3C | 2C |
| Octal | 55 | 262 | 252 | 113 | 0 | 4 | 36 | 260 | 74 | 54 |
| Binary | 101101 | 10110010 | 10101010 | 1001011 | 0 | 100 | 11110 | 10110000 | 111100 | 101100 |
Color Harmonies of #2DB2AA
Complementary color
Monochromatic Colors of #2DB2AA
Black with #2DB2AA
Text Example
Text Example
White with #2DB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2AA; }
p { color: rgb(45,178,170); }
H1.HeaderClassName
{
color: #2DB2AA;
}
.AnyTagClassName
{
color: #2DB2AA;
}
</style>
background-color css
<style>
a { background-color: #2DB2AA; }
a { background-color: rgb(45,178,170); }
div.DivClassName
{
background-color: #2DB2AA;
}
.BgClassName
{
background-color: #2DB2AA;
}
</style>
border-color css
<style>
span { border-color: #2DB2AA; }
span { border-color: rgb(45,178,170); }
td.TdClassName
{
border-color: #2DB2AA;
}
.TagClassName
{
border-color: #2DB2AA;
}
</style>