Shades of Light Sea Green #2AB8A6
Tints of Light Sea Green #2AB8A6
RGB
CMYK
RGB Variations
Color information
#2AB8A6 (or 0x2AB8A6) is known color: Light Sea Green. HEX triplet: 2A, B8 and A6. RGB value is (42,184,166). Sum of RGB (Red+Green+Blue) = 42+184+166=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8A6 is #D54759. Grayscale: #8B8B8B. Windows color (decimal): -13977434 or 10926122. OLE color: 10926122.
HSL color Cylindrical-coordinate representation of color #2AB8A6: hue angle of 172.39º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB8A6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 166 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.28 |
| HSL | 172.39º | 0.63% | 0.44% | - |
| HSV(B) | 172.39º | 0.77% | 0.72% | - |
| XYZ | 24.98 | 37.53 | 42 | - |
| YUV | 139.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 166 | 0.77 | 0 | 0.10 | 0.28 | 172.39 | 0.63 | 0.44 |
| Hex | 2A | B8 | A6 | 4D | 0 | A | 1C | AC | 3F | 2C |
| Octal | 52 | 270 | 246 | 115 | 0 | 12 | 34 | 254 | 77 | 54 |
| Binary | 101010 | 10111000 | 10100110 | 1001101 | 0 | 1010 | 11100 | 10101100 | 111111 | 101100 |
Color Harmonies of #2AB8A6
Complementary color
Monochromatic Colors of #2AB8A6
Black with #2AB8A6
Text Example
Text Example
White with #2AB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB8A6; }
p { color: rgb(42,184,166); }
H1.HeaderClassName
{
color: #2AB8A6;
}
.AnyTagClassName
{
color: #2AB8A6;
}
</style>
background-color css
<style>
a { background-color: #2AB8A6; }
a { background-color: rgb(42,184,166); }
div.DivClassName
{
background-color: #2AB8A6;
}
.BgClassName
{
background-color: #2AB8A6;
}
</style>
border-color css
<style>
span { border-color: #2AB8A6; }
span { border-color: rgb(42,184,166); }
td.TdClassName
{
border-color: #2AB8A6;
}
.TagClassName
{
border-color: #2AB8A6;
}
</style>