Shades of Light Sea Green #2AB2BF
Tints of Light Sea Green #2AB2BF
RGB
CMYK
RGB Variations
Color information
#2AB2BF (or 0x2AB2BF) is known color: Light Sea Green. HEX triplet: 2A, B2 and BF. RGB value is (42,178,191). Sum of RGB (Red+Green+Blue) = 42+178+191=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #2AB2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2BF is #D54D40. Grayscale: #8A8A8A. Windows color (decimal): -13978945 or 12562986. OLE color: 12562986.
HSL color Cylindrical-coordinate representation of color #2AB2BF: hue angle of 185.23º 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 #2AB2BF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 178 | 191 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.25 |
| HSL | 185.23º | 0.64% | 0.46% | - |
| HSV(B) | 185.23º | 0.78% | 0.75% | - |
| XYZ | 26.28 | 36.09 | 54.87 | - |
| YUV | 138.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 191 | 0.78 | 0.07 | 0 | 0.25 | 185.23 | 0.64 | 0.46 |
| Hex | 2A | B2 | BF | 4E | 7 | 0 | 19 | B9 | 40 | 2E |
| Octal | 52 | 262 | 277 | 116 | 7 | 0 | 31 | 271 | 100 | 56 |
| Binary | 101010 | 10110010 | 10111111 | 1001110 | 111 | 0 | 11001 | 10111001 | 1000000 | 101110 |
Color Harmonies of #2AB2BF
Complementary color
Monochromatic Colors of #2AB2BF
Black with #2AB2BF
Text Example
Text Example
White with #2AB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2BF; }
p { color: rgb(42,178,191); }
H1.HeaderClassName
{
color: #2AB2BF;
}
.AnyTagClassName
{
color: #2AB2BF;
}
</style>
background-color css
<style>
a { background-color: #2AB2BF; }
a { background-color: rgb(42,178,191); }
div.DivClassName
{
background-color: #2AB2BF;
}
.BgClassName
{
background-color: #2AB2BF;
}
</style>
border-color css
<style>
span { border-color: #2AB2BF; }
span { border-color: rgb(42,178,191); }
td.TdClassName
{
border-color: #2AB2BF;
}
.TagClassName
{
border-color: #2AB2BF;
}
</style>