Shades of Light Sea Green #2AC2B8
Tints of Light Sea Green #2AC2B8
RGB
CMYK
RGB Variations
Color information
#2AC2B8 (or 0x2AC2B8) is known color: Light Sea Green. HEX triplet: 2A, C2 and B8. RGB value is (42,194,184). Sum of RGB (Red+Green+Blue) = 42+194+184=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC2B8 is #D53D47. Grayscale: #939393. Windows color (decimal): -13974856 or 12108330. OLE color: 12108330.
HSL color Cylindrical-coordinate representation of color #2AC2B8: hue angle of 176.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC2B8 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 184 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.24 |
| HSL | 176.05º | 0.64% | 0.46% | - |
| HSV(B) | 176.05º | 0.78% | 0.76% | - |
| XYZ | 28.9 | 42.54 | 52.03 | - |
| YUV | 147.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 184 | 0.78 | 0 | 0.05 | 0.24 | 176.05 | 0.64 | 0.46 |
| Hex | 2A | C2 | B8 | 4E | 0 | 5 | 18 | B0 | 40 | 2E |
| Octal | 52 | 302 | 270 | 116 | 0 | 5 | 30 | 260 | 100 | 56 |
| Binary | 101010 | 11000010 | 10111000 | 1001110 | 0 | 101 | 11000 | 10110000 | 1000000 | 101110 |
Color Harmonies of #2AC2B8
Complementary color
Monochromatic Colors of #2AC2B8
Black with #2AC2B8
Text Example
Text Example
White with #2AC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC2B8; }
p { color: rgb(42,194,184); }
H1.HeaderClassName
{
color: #2AC2B8;
}
.AnyTagClassName
{
color: #2AC2B8;
}
</style>
background-color css
<style>
a { background-color: #2AC2B8; }
a { background-color: rgb(42,194,184); }
div.DivClassName
{
background-color: #2AC2B8;
}
.BgClassName
{
background-color: #2AC2B8;
}
</style>
border-color css
<style>
span { border-color: #2AC2B8; }
span { border-color: rgb(42,194,184); }
td.TdClassName
{
border-color: #2AC2B8;
}
.TagClassName
{
border-color: #2AC2B8;
}
</style>