Shades of Light Sea Green #2AB7BF
Tints of Light Sea Green #2AB7BF
RGB
CMYK
RGB Variations
Color information
#2AB7BF (or 0x2AB7BF) is known color: Light Sea Green. HEX triplet: 2A, B7 and BF. RGB value is (42,183,191). Sum of RGB (Red+Green+Blue) = 42+183+191=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #2AB7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB7BF is #D54840. Grayscale: #8D8D8D. Windows color (decimal): -13977665 or 12564266. OLE color: 12564266.
HSL color Cylindrical-coordinate representation of color #2AB7BF: hue angle of 183.22º 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 #2AB7BF is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 183 | 191 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.25 |
| HSL | 183.22º | 0.64% | 0.46% | - |
| HSV(B) | 183.22º | 0.78% | 0.75% | - |
| XYZ | 27.29 | 38.12 | 55.21 | - |
| YUV | 141.75 | 155.79 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 191 | 0.78 | 0.04 | 0 | 0.25 | 183.22 | 0.64 | 0.46 |
| Hex | 2A | B7 | BF | 4E | 4 | 0 | 19 | B7 | 40 | 2E |
| Octal | 52 | 267 | 277 | 116 | 4 | 0 | 31 | 267 | 100 | 56 |
| Binary | 101010 | 10110111 | 10111111 | 1001110 | 100 | 0 | 11001 | 10110111 | 1000000 | 101110 |
Color Harmonies of #2AB7BF
Complementary color
Monochromatic Colors of #2AB7BF
Black with #2AB7BF
Text Example
Text Example
White with #2AB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7BF; }
p { color: rgb(42,183,191); }
H1.HeaderClassName
{
color: #2AB7BF;
}
.AnyTagClassName
{
color: #2AB7BF;
}
</style>
background-color css
<style>
a { background-color: #2AB7BF; }
a { background-color: rgb(42,183,191); }
div.DivClassName
{
background-color: #2AB7BF;
}
.BgClassName
{
background-color: #2AB7BF;
}
</style>
border-color css
<style>
span { border-color: #2AB7BF; }
span { border-color: rgb(42,183,191); }
td.TdClassName
{
border-color: #2AB7BF;
}
.TagClassName
{
border-color: #2AB7BF;
}
</style>