Shades of Light Sea Green #2ABBAD
Tints of Light Sea Green #2ABBAD
RGB
CMYK
RGB Variations
Color information
#2ABBAD (or 0x2ABBAD) is known color: Light Sea Green. HEX triplet: 2A, BB and AD. RGB value is (42,187,173). Sum of RGB (Red+Green+Blue) = 42+187+173=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAD is #D54452. Grayscale: #8D8D8D. Windows color (decimal): -13976659 or 11385642. OLE color: 11385642.
HSL color Cylindrical-coordinate representation of color #2ABBAD: hue angle of 174.21º 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 #2ABBAD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 173 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.27 |
| HSL | 174.21º | 0.63% | 0.45% | - |
| HSV(B) | 174.21º | 0.78% | 0.73% | - |
| XYZ | 26.27 | 39.05 | 45.69 | - |
| YUV | 142.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 173 | 0.78 | 0 | 0.07 | 0.27 | 174.21 | 0.63 | 0.45 |
| Hex | 2A | BB | AD | 4E | 0 | 7 | 1B | AE | 3F | 2D |
| Octal | 52 | 273 | 255 | 116 | 0 | 7 | 33 | 256 | 77 | 55 |
| Binary | 101010 | 10111011 | 10101101 | 1001110 | 0 | 111 | 11011 | 10101110 | 111111 | 101101 |
Color Harmonies of #2ABBAD
Complementary color
Monochromatic Colors of #2ABBAD
Black with #2ABBAD
Text Example
Text Example
White with #2ABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBAD; }
p { color: rgb(42,187,173); }
H1.HeaderClassName
{
color: #2ABBAD;
}
.AnyTagClassName
{
color: #2ABBAD;
}
</style>
background-color css
<style>
a { background-color: #2ABBAD; }
a { background-color: rgb(42,187,173); }
div.DivClassName
{
background-color: #2ABBAD;
}
.BgClassName
{
background-color: #2ABBAD;
}
</style>
border-color css
<style>
span { border-color: #2ABBAD; }
span { border-color: rgb(42,187,173); }
td.TdClassName
{
border-color: #2ABBAD;
}
.TagClassName
{
border-color: #2ABBAD;
}
</style>