Shades of Light Sea Green #2ABFAE
Tints of Light Sea Green #2ABFAE
RGB
CMYK
RGB Variations
Color information
#2ABFAE (or 0x2ABFAE) is known color: Light Sea Green. HEX triplet: 2A, BF and AE. RGB value is (42,191,174). Sum of RGB (Red+Green+Blue) = 42+191+174=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFAE is #D54051. Grayscale: #909090. Windows color (decimal): -13975634 or 11452202. OLE color: 11452202.
HSL color Cylindrical-coordinate representation of color #2ABFAE: hue angle of 173.15º 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 #2ABFAE is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 174 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.25 |
| HSL | 173.15º | 0.64% | 0.46% | - |
| HSV(B) | 173.15º | 0.78% | 0.75% | - |
| XYZ | 27.23 | 40.81 | 46.49 | - |
| YUV | 144.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 174 | 0.78 | 0 | 0.09 | 0.25 | 173.15 | 0.64 | 0.46 |
| Hex | 2A | BF | AE | 4E | 0 | 9 | 19 | AD | 40 | 2E |
| Octal | 52 | 277 | 256 | 116 | 0 | 11 | 31 | 255 | 100 | 56 |
| Binary | 101010 | 10111111 | 10101110 | 1001110 | 0 | 1001 | 11001 | 10101101 | 1000000 | 101110 |
Color Harmonies of #2ABFAE
Complementary color
Monochromatic Colors of #2ABFAE
Black with #2ABFAE
Text Example
Text Example
White with #2ABFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFAE; }
p { color: rgb(42,191,174); }
H1.HeaderClassName
{
color: #2ABFAE;
}
.AnyTagClassName
{
color: #2ABFAE;
}
</style>
background-color css
<style>
a { background-color: #2ABFAE; }
a { background-color: rgb(42,191,174); }
div.DivClassName
{
background-color: #2ABFAE;
}
.BgClassName
{
background-color: #2ABFAE;
}
</style>
border-color css
<style>
span { border-color: #2ABFAE; }
span { border-color: rgb(42,191,174); }
td.TdClassName
{
border-color: #2ABFAE;
}
.TagClassName
{
border-color: #2ABFAE;
}
</style>