Shades of Light Sea Green #2DA6AB
Tints of Light Sea Green #2DA6AB
RGB
CMYK
RGB Variations
Color information
#2DA6AB (or 0x2DA6AB) is known color: Light Sea Green. HEX triplet: 2D, A6 and AB. RGB value is (45,166,171). Sum of RGB (Red+Green+Blue) = 45+166+171=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #2DA6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA6AB is #D25954. Grayscale: #828282. Windows color (decimal): -13785429 or 11249197. OLE color: 11249197.
HSL color Cylindrical-coordinate representation of color #2DA6AB: hue angle of 182.38º 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 #2DA6AB is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 166 | 171 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.33 |
| HSL | 182.38º | 0.58% | 0.42% | - |
| HSV(B) | 182.38º | 0.74% | 0.67% | - |
| XYZ | 22.07 | 30.77 | 43.3 | - |
| YUV | 130.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 171 | 0.74 | 0.03 | 0 | 0.33 | 182.38 | 0.58 | 0.42 |
| Hex | 2D | A6 | AB | 4A | 3 | 0 | 21 | B6 | 3A | 2A |
| Octal | 55 | 246 | 253 | 112 | 3 | 0 | 41 | 266 | 72 | 52 |
| Binary | 101101 | 10100110 | 10101011 | 1001010 | 11 | 0 | 100001 | 10110110 | 111010 | 101010 |
Color Harmonies of #2DA6AB
Complementary color
Monochromatic Colors of #2DA6AB
Black with #2DA6AB
Text Example
Text Example
White with #2DA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA6AB; }
p { color: rgb(45,166,171); }
H1.HeaderClassName
{
color: #2DA6AB;
}
.AnyTagClassName
{
color: #2DA6AB;
}
</style>
background-color css
<style>
a { background-color: #2DA6AB; }
a { background-color: rgb(45,166,171); }
div.DivClassName
{
background-color: #2DA6AB;
}
.BgClassName
{
background-color: #2DA6AB;
}
</style>
border-color css
<style>
span { border-color: #2DA6AB; }
span { border-color: rgb(45,166,171); }
td.TdClassName
{
border-color: #2DA6AB;
}
.TagClassName
{
border-color: #2DA6AB;
}
</style>