Shades of Light Sea Green #2AB1BF
Tints of Light Sea Green #2AB1BF
RGB
CMYK
RGB Variations
Color information
#2AB1BF (or 0x2AB1BF) is known color: Light Sea Green. HEX triplet: 2A, B1 and BF. RGB value is (42,177,191). Sum of RGB (Red+Green+Blue) = 42+177+191=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #2AB1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1BF is #D54E40. Grayscale: #8A8A8A. Windows color (decimal): -13979201 or 12562730. OLE color: 12562730.
HSL color Cylindrical-coordinate representation of color #2AB1BF: hue angle of 185.64º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB1BF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 177 | 191 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.25 |
| HSL | 185.64º | 0.64% | 0.46% | - |
| HSV(B) | 185.64º | 0.78% | 0.75% | - |
| XYZ | 26.08 | 35.7 | 54.81 | - |
| YUV | 138.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 191 | 0.78 | 0.07 | 0 | 0.25 | 185.64 | 0.64 | 0.46 |
| Hex | 2A | B1 | BF | 4E | 7 | 0 | 19 | BA | 40 | 2E |
| Octal | 52 | 261 | 277 | 116 | 7 | 0 | 31 | 272 | 100 | 56 |
| Binary | 101010 | 10110001 | 10111111 | 1001110 | 111 | 0 | 11001 | 10111010 | 1000000 | 101110 |
Color Harmonies of #2AB1BF
Complementary color
Monochromatic Colors of #2AB1BF
Black with #2AB1BF
Text Example
Text Example
White with #2AB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB1BF; }
p { color: rgb(42,177,191); }
H1.HeaderClassName
{
color: #2AB1BF;
}
.AnyTagClassName
{
color: #2AB1BF;
}
</style>
background-color css
<style>
a { background-color: #2AB1BF; }
a { background-color: rgb(42,177,191); }
div.DivClassName
{
background-color: #2AB1BF;
}
.BgClassName
{
background-color: #2AB1BF;
}
</style>
border-color css
<style>
span { border-color: #2AB1BF; }
span { border-color: rgb(42,177,191); }
td.TdClassName
{
border-color: #2AB1BF;
}
.TagClassName
{
border-color: #2AB1BF;
}
</style>