Shades of Light Sea Green #2AB6AD
Tints of Light Sea Green #2AB6AD
RGB
CMYK
RGB Variations
Color information
#2AB6AD (or 0x2AB6AD) is known color: Light Sea Green. HEX triplet: 2A, B6 and AD. RGB value is (42,182,173). Sum of RGB (Red+Green+Blue) = 42+182+173=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB6AD is #D54952. Grayscale: #8B8B8B. Windows color (decimal): -13977939 or 11384362. OLE color: 11384362.
HSL color Cylindrical-coordinate representation of color #2AB6AD: hue angle of 176.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB6AD is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 173 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.29 |
| HSL | 176.14º | 0.63% | 0.44% | - |
| HSV(B) | 176.14º | 0.77% | 0.71% | - |
| XYZ | 25.23 | 36.97 | 45.34 | - |
| YUV | 139.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 173 | 0.77 | 0 | 0.05 | 0.29 | 176.14 | 0.63 | 0.44 |
| Hex | 2A | B6 | AD | 4D | 0 | 5 | 1D | B0 | 3E | 2C |
| Octal | 52 | 266 | 255 | 115 | 0 | 5 | 35 | 260 | 76 | 54 |
| Binary | 101010 | 10110110 | 10101101 | 1001101 | 0 | 101 | 11101 | 10110000 | 111110 | 101100 |
Color Harmonies of #2AB6AD
Complementary color
Monochromatic Colors of #2AB6AD
Black with #2AB6AD
Text Example
Text Example
White with #2AB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB6AD; }
p { color: rgb(42,182,173); }
H1.HeaderClassName
{
color: #2AB6AD;
}
.AnyTagClassName
{
color: #2AB6AD;
}
</style>
background-color css
<style>
a { background-color: #2AB6AD; }
a { background-color: rgb(42,182,173); }
div.DivClassName
{
background-color: #2AB6AD;
}
.BgClassName
{
background-color: #2AB6AD;
}
</style>
border-color css
<style>
span { border-color: #2AB6AD; }
span { border-color: rgb(42,182,173); }
td.TdClassName
{
border-color: #2AB6AD;
}
.TagClassName
{
border-color: #2AB6AD;
}
</style>