Shades of Light Sea Green #2AADAB
Tints of Light Sea Green #2AADAB
RGB
CMYK
RGB Variations
Color information
#2AADAB (or 0x2AADAB) is known color: Light Sea Green. HEX triplet: 2A, AD and AB. RGB value is (42,173,171). Sum of RGB (Red+Green+Blue) = 42+173+171=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #2AADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADAB is #D55254. Grayscale: #858585. Windows color (decimal): -13980245 or 11250986. OLE color: 11250986.
HSL color Cylindrical-coordinate representation of color #2AADAB: hue angle of 179.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AADAB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 171 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.32 |
| HSL | 179.08º | 0.61% | 0.42% | - |
| HSV(B) | 179.08º | 0.76% | 0.68% | - |
| XYZ | 23.25 | 33.32 | 43.73 | - |
| YUV | 133.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 171 | 0.76 | 0 | 0.01 | 0.32 | 179.08 | 0.61 | 0.42 |
| Hex | 2A | AD | AB | 4C | 0 | 1 | 20 | B3 | 3D | 2A |
| Octal | 52 | 255 | 253 | 114 | 0 | 1 | 40 | 263 | 75 | 52 |
| Binary | 101010 | 10101101 | 10101011 | 1001100 | 0 | 1 | 100000 | 10110011 | 111101 | 101010 |
Color Harmonies of #2AADAB
Complementary color
Monochromatic Colors of #2AADAB
Black with #2AADAB
Text Example
Text Example
White with #2AADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADAB; }
p { color: rgb(42,173,171); }
H1.HeaderClassName
{
color: #2AADAB;
}
.AnyTagClassName
{
color: #2AADAB;
}
</style>
background-color css
<style>
a { background-color: #2AADAB; }
a { background-color: rgb(42,173,171); }
div.DivClassName
{
background-color: #2AADAB;
}
.BgClassName
{
background-color: #2AADAB;
}
</style>
border-color css
<style>
span { border-color: #2AADAB; }
span { border-color: rgb(42,173,171); }
td.TdClassName
{
border-color: #2AADAB;
}
.TagClassName
{
border-color: #2AADAB;
}
</style>