Shades of Light Sea Green #2AB7BE
Tints of Light Sea Green #2AB7BE
RGB
CMYK
RGB Variations
Color information
#2AB7BE (or 0x2AB7BE) is known color: Light Sea Green. HEX triplet: 2A, B7 and BE. RGB value is (42,183,190). Sum of RGB (Red+Green+Blue) = 42+183+190=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AB7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB7BE is #D54841. Grayscale: #8D8D8D. Windows color (decimal): -13977666 or 12498730. OLE color: 12498730.
HSL color Cylindrical-coordinate representation of color #2AB7BE: hue angle of 182.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB7BE is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 183 | 190 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.25 |
| HSL | 182.84º | 0.64% | 0.45% | - |
| HSV(B) | 182.84º | 0.78% | 0.75% | - |
| XYZ | 27.18 | 38.08 | 54.63 | - |
| YUV | 141.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 190 | 0.78 | 0.04 | 0 | 0.25 | 182.84 | 0.64 | 0.45 |
| Hex | 2A | B7 | BE | 4E | 4 | 0 | 19 | B7 | 40 | 2D |
| Octal | 52 | 267 | 276 | 116 | 4 | 0 | 31 | 267 | 100 | 55 |
| Binary | 101010 | 10110111 | 10111110 | 1001110 | 100 | 0 | 11001 | 10110111 | 1000000 | 101101 |
Color Harmonies of #2AB7BE
Complementary color
Monochromatic Colors of #2AB7BE
Black with #2AB7BE
Text Example
Text Example
White with #2AB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7BE; }
p { color: rgb(42,183,190); }
H1.HeaderClassName
{
color: #2AB7BE;
}
.AnyTagClassName
{
color: #2AB7BE;
}
</style>
background-color css
<style>
a { background-color: #2AB7BE; }
a { background-color: rgb(42,183,190); }
div.DivClassName
{
background-color: #2AB7BE;
}
.BgClassName
{
background-color: #2AB7BE;
}
</style>
border-color css
<style>
span { border-color: #2AB7BE; }
span { border-color: rgb(42,183,190); }
td.TdClassName
{
border-color: #2AB7BE;
}
.TagClassName
{
border-color: #2AB7BE;
}
</style>