Shades of Light Sea Green #2AB3AA
Tints of Light Sea Green #2AB3AA
RGB
CMYK
RGB Variations
Color information
#2AB3AA (or 0x2AB3AA) is known color: Light Sea Green. HEX triplet: 2A, B3 and AA. RGB value is (42,179,170). Sum of RGB (Red+Green+Blue) = 42+179+170=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB3AA is #D54C55. Grayscale: #888888. Windows color (decimal): -13978710 or 11186986. OLE color: 11186986.
HSL color Cylindrical-coordinate representation of color #2AB3AA: hue angle of 176.06º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB3AA is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 170 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.30 |
| HSL | 176.06º | 0.62% | 0.43% | - |
| HSV(B) | 176.06º | 0.77% | 0.7% | - |
| XYZ | 24.33 | 35.63 | 43.63 | - |
| YUV | 137.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 170 | 0.77 | 0 | 0.05 | 0.30 | 176.06 | 0.62 | 0.43 |
| Hex | 2A | B3 | AA | 4D | 0 | 5 | 1E | B0 | 3E | 2B |
| Octal | 52 | 263 | 252 | 115 | 0 | 5 | 36 | 260 | 76 | 53 |
| Binary | 101010 | 10110011 | 10101010 | 1001101 | 0 | 101 | 11110 | 10110000 | 111110 | 101011 |
Color Harmonies of #2AB3AA
Complementary color
Monochromatic Colors of #2AB3AA
Black with #2AB3AA
Text Example
Text Example
White with #2AB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB3AA; }
p { color: rgb(42,179,170); }
H1.HeaderClassName
{
color: #2AB3AA;
}
.AnyTagClassName
{
color: #2AB3AA;
}
</style>
background-color css
<style>
a { background-color: #2AB3AA; }
a { background-color: rgb(42,179,170); }
div.DivClassName
{
background-color: #2AB3AA;
}
.BgClassName
{
background-color: #2AB3AA;
}
</style>
border-color css
<style>
span { border-color: #2AB3AA; }
span { border-color: rgb(42,179,170); }
td.TdClassName
{
border-color: #2AB3AA;
}
.TagClassName
{
border-color: #2AB3AA;
}
</style>