Shades of Light Sea Green #2DAEAB
Tints of Light Sea Green #2DAEAB
RGB
CMYK
RGB Variations
Color information
#2DAEAB (or 0x2DAEAB) is known color: Light Sea Green. HEX triplet: 2D, AE and AB. RGB value is (45,174,171). Sum of RGB (Red+Green+Blue) = 45+174+171=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAEAB is #D25154. Grayscale: #868686. Windows color (decimal): -13783381 or 11251245. OLE color: 11251245.
HSL color Cylindrical-coordinate representation of color #2DAEAB: hue angle of 178.6º 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 #2DAEAB is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 171 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.32 |
| HSL | 178.6º | 0.59% | 0.43% | - |
| HSV(B) | 178.6º | 0.74% | 0.68% | - |
| XYZ | 23.57 | 33.77 | 43.8 | - |
| YUV | 135.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 171 | 0.74 | 0 | 0.02 | 0.32 | 178.6 | 0.59 | 0.43 |
| Hex | 2D | AE | AB | 4A | 0 | 2 | 20 | B3 | 3B | 2B |
| Octal | 55 | 256 | 253 | 112 | 0 | 2 | 40 | 263 | 73 | 53 |
| Binary | 101101 | 10101110 | 10101011 | 1001010 | 0 | 10 | 100000 | 10110011 | 111011 | 101011 |
Color Harmonies of #2DAEAB
Complementary color
Monochromatic Colors of #2DAEAB
Black with #2DAEAB
Text Example
Text Example
White with #2DAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAEAB; }
p { color: rgb(45,174,171); }
H1.HeaderClassName
{
color: #2DAEAB;
}
.AnyTagClassName
{
color: #2DAEAB;
}
</style>
background-color css
<style>
a { background-color: #2DAEAB; }
a { background-color: rgb(45,174,171); }
div.DivClassName
{
background-color: #2DAEAB;
}
.BgClassName
{
background-color: #2DAEAB;
}
</style>
border-color css
<style>
span { border-color: #2DAEAB; }
span { border-color: rgb(45,174,171); }
td.TdClassName
{
border-color: #2DAEAB;
}
.TagClassName
{
border-color: #2DAEAB;
}
</style>