Shades of Light Sea Green #2AB8BA
Tints of Light Sea Green #2AB8BA
RGB
CMYK
RGB Variations
Color information
#2AB8BA (or 0x2AB8BA) is known color: Light Sea Green. HEX triplet: 2A, B8 and BA. RGB value is (42,184,186). Sum of RGB (Red+Green+Blue) = 42+184+186=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #2AB8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB8BA is #D54745. Grayscale: #8D8D8D. Windows color (decimal): -13977414 or 12236842. OLE color: 12236842.
HSL color Cylindrical-coordinate representation of color #2AB8BA: hue angle of 180.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB8BA is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 184 | 186 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.27 |
| HSL | 180.83º | 0.63% | 0.45% | - |
| HSV(B) | 180.83º | 0.77% | 0.73% | - |
| XYZ | 26.96 | 38.32 | 52.43 | - |
| YUV | 141.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 186 | 0.77 | 0.01 | 0 | 0.27 | 180.83 | 0.63 | 0.45 |
| Hex | 2A | B8 | BA | 4D | 1 | 0 | 1B | B5 | 3F | 2D |
| Octal | 52 | 270 | 272 | 115 | 1 | 0 | 33 | 265 | 77 | 55 |
| Binary | 101010 | 10111000 | 10111010 | 1001101 | 1 | 0 | 11011 | 10110101 | 111111 | 101101 |
Color Harmonies of #2AB8BA
Complementary color
Monochromatic Colors of #2AB8BA
Black with #2AB8BA
Text Example
Text Example
White with #2AB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB8BA; }
p { color: rgb(42,184,186); }
H1.HeaderClassName
{
color: #2AB8BA;
}
.AnyTagClassName
{
color: #2AB8BA;
}
</style>
background-color css
<style>
a { background-color: #2AB8BA; }
a { background-color: rgb(42,184,186); }
div.DivClassName
{
background-color: #2AB8BA;
}
.BgClassName
{
background-color: #2AB8BA;
}
</style>
border-color css
<style>
span { border-color: #2AB8BA; }
span { border-color: rgb(42,184,186); }
td.TdClassName
{
border-color: #2AB8BA;
}
.TagClassName
{
border-color: #2AB8BA;
}
</style>