Shades of Light Sea Green #2ABEB6
Tints of Light Sea Green #2ABEB6
RGB
CMYK
RGB Variations
Color information
#2ABEB6 (or 0x2ABEB6) is known color: Light Sea Green. HEX triplet: 2A, BE and B6. RGB value is (42,190,182). Sum of RGB (Red+Green+Blue) = 42+190+182=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEB6 is #D54149. Grayscale: #909090. Windows color (decimal): -13975882 or 11976234. OLE color: 11976234.
HSL color Cylindrical-coordinate representation of color #2ABEB6: hue angle of 176.76º 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 #2ABEB6 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 182 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.25 |
| HSL | 176.76º | 0.64% | 0.45% | - |
| HSV(B) | 176.76º | 0.78% | 0.75% | - |
| XYZ | 27.81 | 40.7 | 50.65 | - |
| YUV | 144.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 182 | 0.78 | 0 | 0.04 | 0.25 | 176.76 | 0.64 | 0.45 |
| Hex | 2A | BE | B6 | 4E | 0 | 4 | 19 | B1 | 40 | 2D |
| Octal | 52 | 276 | 266 | 116 | 0 | 4 | 31 | 261 | 100 | 55 |
| Binary | 101010 | 10111110 | 10110110 | 1001110 | 0 | 100 | 11001 | 10110001 | 1000000 | 101101 |
Color Harmonies of #2ABEB6
Complementary color
Monochromatic Colors of #2ABEB6
Black with #2ABEB6
Text Example
Text Example
White with #2ABEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEB6; }
p { color: rgb(42,190,182); }
H1.HeaderClassName
{
color: #2ABEB6;
}
.AnyTagClassName
{
color: #2ABEB6;
}
</style>
background-color css
<style>
a { background-color: #2ABEB6; }
a { background-color: rgb(42,190,182); }
div.DivClassName
{
background-color: #2ABEB6;
}
.BgClassName
{
background-color: #2ABEB6;
}
</style>
border-color css
<style>
span { border-color: #2ABEB6; }
span { border-color: rgb(42,190,182); }
td.TdClassName
{
border-color: #2ABEB6;
}
.TagClassName
{
border-color: #2ABEB6;
}
</style>