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