Shades of Light Sea Green #2AB1BB
Tints of Light Sea Green #2AB1BB
RGB
CMYK
RGB Variations
Color information
#2AB1BB (or 0x2AB1BB) is known color: Light Sea Green. HEX triplet: 2A, B1 and BB. RGB value is (42,177,187). Sum of RGB (Red+Green+Blue) = 42+177+187=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AB1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1BB is #D54E44. Grayscale: #898989. Windows color (decimal): -13979205 or 12300586. OLE color: 12300586.
HSL color Cylindrical-coordinate representation of color #2AB1BB: hue angle of 184.14º 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 #2AB1BB is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 177 | 187 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.27 |
| HSL | 184.14º | 0.63% | 0.45% | - |
| HSV(B) | 184.14º | 0.78% | 0.73% | - |
| XYZ | 25.65 | 35.52 | 52.52 | - |
| YUV | 137.78 | 155.77 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 187 | 0.78 | 0.05 | 0 | 0.27 | 184.14 | 0.63 | 0.45 |
| Hex | 2A | B1 | BB | 4E | 5 | 0 | 1B | B8 | 3F | 2D |
| Octal | 52 | 261 | 273 | 116 | 5 | 0 | 33 | 270 | 77 | 55 |
| Binary | 101010 | 10110001 | 10111011 | 1001110 | 101 | 0 | 11011 | 10111000 | 111111 | 101101 |
Color Harmonies of #2AB1BB
Complementary color
Monochromatic Colors of #2AB1BB
Black with #2AB1BB
Text Example
Text Example
White with #2AB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB1BB; }
p { color: rgb(42,177,187); }
H1.HeaderClassName
{
color: #2AB1BB;
}
.AnyTagClassName
{
color: #2AB1BB;
}
</style>
background-color css
<style>
a { background-color: #2AB1BB; }
a { background-color: rgb(42,177,187); }
div.DivClassName
{
background-color: #2AB1BB;
}
.BgClassName
{
background-color: #2AB1BB;
}
</style>
border-color css
<style>
span { border-color: #2AB1BB; }
span { border-color: rgb(42,177,187); }
td.TdClassName
{
border-color: #2AB1BB;
}
.TagClassName
{
border-color: #2AB1BB;
}
</style>