Shades of Light Sea Green #2ABBAE
Tints of Light Sea Green #2ABBAE
RGB
CMYK
RGB Variations
Color information
#2ABBAE (or 0x2ABBAE) is known color: Light Sea Green. HEX triplet: 2A, BB and AE. RGB value is (42,187,174). Sum of RGB (Red+Green+Blue) = 42+187+174=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAE is #D54451. Grayscale: #8E8E8E. Windows color (decimal): -13976658 or 11451178. OLE color: 11451178.
HSL color Cylindrical-coordinate representation of color #2ABBAE: hue angle of 174.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBAE is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 174 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.27 |
| HSL | 174.62º | 0.63% | 0.45% | - |
| HSV(B) | 174.62º | 0.78% | 0.73% | - |
| XYZ | 26.37 | 39.09 | 46.2 | - |
| YUV | 142.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 174 | 0.78 | 0 | 0.07 | 0.27 | 174.62 | 0.63 | 0.45 |
| Hex | 2A | BB | AE | 4E | 0 | 7 | 1B | AF | 3F | 2D |
| Octal | 52 | 273 | 256 | 116 | 0 | 7 | 33 | 257 | 77 | 55 |
| Binary | 101010 | 10111011 | 10101110 | 1001110 | 0 | 111 | 11011 | 10101111 | 111111 | 101101 |
Color Harmonies of #2ABBAE
Complementary color
Monochromatic Colors of #2ABBAE
Black with #2ABBAE
Text Example
Text Example
White with #2ABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBAE; }
p { color: rgb(42,187,174); }
H1.HeaderClassName
{
color: #2ABBAE;
}
.AnyTagClassName
{
color: #2ABBAE;
}
</style>
background-color css
<style>
a { background-color: #2ABBAE; }
a { background-color: rgb(42,187,174); }
div.DivClassName
{
background-color: #2ABBAE;
}
.BgClassName
{
background-color: #2ABBAE;
}
</style>
border-color css
<style>
span { border-color: #2ABBAE; }
span { border-color: rgb(42,187,174); }
td.TdClassName
{
border-color: #2ABBAE;
}
.TagClassName
{
border-color: #2ABBAE;
}
</style>