Shades of Light Sea Green #2DABA2
Tints of Light Sea Green #2DABA2
RGB
CMYK
RGB Variations
Color information
#2DABA2 (or 0x2DABA2) is known color: Light Sea Green. HEX triplet: 2D, AB and A2. RGB value is (45,171,162). Sum of RGB (Red+Green+Blue) = 45+171+162=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #2DABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABA2 is #D2545D. Grayscale: #848484. Windows color (decimal): -13784158 or 10660653. OLE color: 10660653.
HSL color Cylindrical-coordinate representation of color #2DABA2: hue angle of 175.71º 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 #2DABA2 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 162 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.33 |
| HSL | 175.71º | 0.58% | 0.42% | - |
| HSV(B) | 175.71º | 0.74% | 0.67% | - |
| XYZ | 22.17 | 32.29 | 39.25 | - |
| YUV | 132.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 162 | 0.74 | 0 | 0.05 | 0.33 | 175.71 | 0.58 | 0.42 |
| Hex | 2D | AB | A2 | 4A | 0 | 5 | 21 | B0 | 3A | 2A |
| Octal | 55 | 253 | 242 | 112 | 0 | 5 | 41 | 260 | 72 | 52 |
| Binary | 101101 | 10101011 | 10100010 | 1001010 | 0 | 101 | 100001 | 10110000 | 111010 | 101010 |
Color Harmonies of #2DABA2
Complementary color
Monochromatic Colors of #2DABA2
Black with #2DABA2
Text Example
Text Example
White with #2DABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABA2; }
p { color: rgb(45,171,162); }
H1.HeaderClassName
{
color: #2DABA2;
}
.AnyTagClassName
{
color: #2DABA2;
}
</style>
background-color css
<style>
a { background-color: #2DABA2; }
a { background-color: rgb(45,171,162); }
div.DivClassName
{
background-color: #2DABA2;
}
.BgClassName
{
background-color: #2DABA2;
}
</style>
border-color css
<style>
span { border-color: #2DABA2; }
span { border-color: rgb(45,171,162); }
td.TdClassName
{
border-color: #2DABA2;
}
.TagClassName
{
border-color: #2DABA2;
}
</style>