Shades of Light Sea Green #2ABABC
Tints of Light Sea Green #2ABABC
RGB
CMYK
RGB Variations
Color information
#2ABABC (or 0x2ABABC) is known color: Light Sea Green. HEX triplet: 2A, BA and BC. RGB value is (42,186,188). Sum of RGB (Red+Green+Blue) = 42+186+188=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #2ABABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABABC is #D54543. Grayscale: #8F8F8F. Windows color (decimal): -13976900 or 12368426. OLE color: 12368426.
HSL color Cylindrical-coordinate representation of color #2ABABC: hue angle of 180.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABABC is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 186 | 188 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.26 |
| HSL | 180.82º | 0.63% | 0.45% | - |
| HSV(B) | 180.82º | 0.78% | 0.74% | - |
| XYZ | 27.59 | 39.24 | 53.7 | - |
| YUV | 143.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 188 | 0.78 | 0.01 | 0 | 0.26 | 180.82 | 0.63 | 0.45 |
| Hex | 2A | BA | BC | 4E | 1 | 0 | 1A | B5 | 3F | 2D |
| Octal | 52 | 272 | 274 | 116 | 1 | 0 | 32 | 265 | 77 | 55 |
| Binary | 101010 | 10111010 | 10111100 | 1001110 | 1 | 0 | 11010 | 10110101 | 111111 | 101101 |
Color Harmonies of #2ABABC
Complementary color
Monochromatic Colors of #2ABABC
Black with #2ABABC
Text Example
Text Example
White with #2ABABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABABC; }
p { color: rgb(42,186,188); }
H1.HeaderClassName
{
color: #2ABABC;
}
.AnyTagClassName
{
color: #2ABABC;
}
</style>
background-color css
<style>
a { background-color: #2ABABC; }
a { background-color: rgb(42,186,188); }
div.DivClassName
{
background-color: #2ABABC;
}
.BgClassName
{
background-color: #2ABABC;
}
</style>
border-color css
<style>
span { border-color: #2ABABC; }
span { border-color: rgb(42,186,188); }
td.TdClassName
{
border-color: #2ABABC;
}
.TagClassName
{
border-color: #2ABABC;
}
</style>