Shades of Light Sea Green #2AB5AA
Tints of Light Sea Green #2AB5AA
RGB
CMYK
RGB Variations
Color information
#2AB5AA (or 0x2AB5AA) is known color: Light Sea Green. HEX triplet: 2A, B5 and AA. RGB value is (42,181,170). Sum of RGB (Red+Green+Blue) = 42+181+170=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB5AA is #D54A55. Grayscale: #8A8A8A. Windows color (decimal): -13978198 or 11187498. OLE color: 11187498.
HSL color Cylindrical-coordinate representation of color #2AB5AA: hue angle of 175.25º 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 #2AB5AA is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 170 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.29 |
| HSL | 175.25º | 0.62% | 0.44% | - |
| HSV(B) | 175.25º | 0.77% | 0.71% | - |
| XYZ | 24.73 | 36.44 | 43.76 | - |
| YUV | 138.19 | 145.95 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 170 | 0.77 | 0 | 0.06 | 0.29 | 175.25 | 0.62 | 0.44 |
| Hex | 2A | B5 | AA | 4D | 0 | 6 | 1D | AF | 3E | 2C |
| Octal | 52 | 265 | 252 | 115 | 0 | 6 | 35 | 257 | 76 | 54 |
| Binary | 101010 | 10110101 | 10101010 | 1001101 | 0 | 110 | 11101 | 10101111 | 111110 | 101100 |
Color Harmonies of #2AB5AA
Complementary color
Monochromatic Colors of #2AB5AA
Black with #2AB5AA
Text Example
Text Example
White with #2AB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB5AA; }
p { color: rgb(42,181,170); }
H1.HeaderClassName
{
color: #2AB5AA;
}
.AnyTagClassName
{
color: #2AB5AA;
}
</style>
background-color css
<style>
a { background-color: #2AB5AA; }
a { background-color: rgb(42,181,170); }
div.DivClassName
{
background-color: #2AB5AA;
}
.BgClassName
{
background-color: #2AB5AA;
}
</style>
border-color css
<style>
span { border-color: #2AB5AA; }
span { border-color: rgb(42,181,170); }
td.TdClassName
{
border-color: #2AB5AA;
}
.TagClassName
{
border-color: #2AB5AA;
}
</style>