Shades of Light Sea Green #2AB0BA
Tints of Light Sea Green #2AB0BA
RGB
CMYK
RGB Variations
Color information
#2AB0BA (or 0x2AB0BA) is known color: Light Sea Green. HEX triplet: 2A, B0 and BA. RGB value is (42,176,186). Sum of RGB (Red+Green+Blue) = 42+176+186=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2AB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0BA is #D54F45. Grayscale: #888888. Windows color (decimal): -13979462 or 12234794. OLE color: 12234794.
HSL color Cylindrical-coordinate representation of color #2AB0BA: hue angle of 184.17º 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 #2AB0BA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 176 | 186 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.27 |
| HSL | 184.17º | 0.63% | 0.45% | - |
| HSV(B) | 184.17º | 0.77% | 0.73% | - |
| XYZ | 25.34 | 35.09 | 51.89 | - |
| YUV | 137.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 186 | 0.77 | 0.05 | 0 | 0.27 | 184.17 | 0.63 | 0.45 |
| Hex | 2A | B0 | BA | 4D | 5 | 0 | 1B | B8 | 3F | 2D |
| Octal | 52 | 260 | 272 | 115 | 5 | 0 | 33 | 270 | 77 | 55 |
| Binary | 101010 | 10110000 | 10111010 | 1001101 | 101 | 0 | 11011 | 10111000 | 111111 | 101101 |
Color Harmonies of #2AB0BA
Complementary color
Monochromatic Colors of #2AB0BA
Black with #2AB0BA
Text Example
Text Example
White with #2AB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0BA; }
p { color: rgb(42,176,186); }
H1.HeaderClassName
{
color: #2AB0BA;
}
.AnyTagClassName
{
color: #2AB0BA;
}
</style>
background-color css
<style>
a { background-color: #2AB0BA; }
a { background-color: rgb(42,176,186); }
div.DivClassName
{
background-color: #2AB0BA;
}
.BgClassName
{
background-color: #2AB0BA;
}
</style>
border-color css
<style>
span { border-color: #2AB0BA; }
span { border-color: rgb(42,176,186); }
td.TdClassName
{
border-color: #2AB0BA;
}
.TagClassName
{
border-color: #2AB0BA;
}
</style>