Shades of Light Sea Green #2AABAB
Tints of Light Sea Green #2AABAB
RGB
CMYK
RGB Variations
Color information
#2AABAB (or 0x2AABAB) is known color: Light Sea Green. HEX triplet: 2A, AB and AB. RGB value is (42,171,171). Sum of RGB (Red+Green+Blue) = 42+171+171=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #2AABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABAB is #D55454. Grayscale: #848484. Windows color (decimal): -13980757 or 11250474. OLE color: 11250474.
HSL color Cylindrical-coordinate representation of color #2AABAB: hue angle of 180º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AABAB is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 171 | - |
| CMYK | 0.75 | 0 | 0 | 0.33 |
| HSL | 180º | 0.61% | 0.42% | - |
| HSV(B) | 180º | 0.75% | 0.67% | - |
| XYZ | 22.87 | 32.56 | 43.61 | - |
| YUV | 132.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 171 | 0.75 | 0 | 0 | 0.33 | 180 | 0.61 | 0.42 |
| Hex | 2A | AB | AB | 4B | 0 | 0 | 21 | B4 | 3D | 2A |
| Octal | 52 | 253 | 253 | 113 | 0 | 0 | 41 | 264 | 75 | 52 |
| Binary | 101010 | 10101011 | 10101011 | 1001011 | 0 | 0 | 100001 | 10110100 | 111101 | 101010 |
Color Harmonies of #2AABAB
Complementary color
Monochromatic Colors of #2AABAB
Black with #2AABAB
Text Example
Text Example
White with #2AABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABAB; }
p { color: rgb(42,171,171); }
H1.HeaderClassName
{
color: #2AABAB;
}
.AnyTagClassName
{
color: #2AABAB;
}
</style>
background-color css
<style>
a { background-color: #2AABAB; }
a { background-color: rgb(42,171,171); }
div.DivClassName
{
background-color: #2AABAB;
}
.BgClassName
{
background-color: #2AABAB;
}
</style>
border-color css
<style>
span { border-color: #2AABAB; }
span { border-color: rgb(42,171,171); }
td.TdClassName
{
border-color: #2AABAB;
}
.TagClassName
{
border-color: #2AABAB;
}
</style>