Shades of Light Sea Green #2AB0BB
Tints of Light Sea Green #2AB0BB
RGB
CMYK
RGB Variations
Color information
#2AB0BB (or 0x2AB0BB) is known color: Light Sea Green. HEX triplet: 2A, B0 and BB. RGB value is (42,176,187). Sum of RGB (Red+Green+Blue) = 42+176+187=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AB0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0BB is #D54F44. Grayscale: #898989. Windows color (decimal): -13979461 or 12300330. OLE color: 12300330.
HSL color Cylindrical-coordinate representation of color #2AB0BB: hue angle of 184.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB0BB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 176 | 187 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.27 |
| HSL | 184.55º | 0.63% | 0.45% | - |
| HSV(B) | 184.55º | 0.78% | 0.73% | - |
| XYZ | 25.45 | 35.13 | 52.45 | - |
| YUV | 137.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 187 | 0.78 | 0.06 | 0 | 0.27 | 184.55 | 0.63 | 0.45 |
| Hex | 2A | B0 | BB | 4E | 6 | 0 | 1B | B9 | 3F | 2D |
| Octal | 52 | 260 | 273 | 116 | 6 | 0 | 33 | 271 | 77 | 55 |
| Binary | 101010 | 10110000 | 10111011 | 1001110 | 110 | 0 | 11011 | 10111001 | 111111 | 101101 |
Color Harmonies of #2AB0BB
Complementary color
Monochromatic Colors of #2AB0BB
Black with #2AB0BB
Text Example
Text Example
White with #2AB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0BB; }
p { color: rgb(42,176,187); }
H1.HeaderClassName
{
color: #2AB0BB;
}
.AnyTagClassName
{
color: #2AB0BB;
}
</style>
background-color css
<style>
a { background-color: #2AB0BB; }
a { background-color: rgb(42,176,187); }
div.DivClassName
{
background-color: #2AB0BB;
}
.BgClassName
{
background-color: #2AB0BB;
}
</style>
border-color css
<style>
span { border-color: #2AB0BB; }
span { border-color: rgb(42,176,187); }
td.TdClassName
{
border-color: #2AB0BB;
}
.TagClassName
{
border-color: #2AB0BB;
}
</style>