Shades of Light Sea Green #2ACEB8
Tints of Light Sea Green #2ACEB8
RGB
CMYK
RGB Variations
Color information
#2ACEB8 (or 0x2ACEB8) is known color: Light Sea Green. HEX triplet: 2A, CE and B8. RGB value is (42,206,184). Sum of RGB (Red+Green+Blue) = 42+206+184=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEB8 is #D53147. Grayscale: #9A9A9A. Windows color (decimal): -13971784 or 12111402. OLE color: 12111402.
HSL color Cylindrical-coordinate representation of color #2ACEB8: hue angle of 171.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEB8 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 184 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.19 |
| HSL | 171.95º | 0.66% | 0.49% | - |
| HSV(B) | 171.95º | 0.8% | 0.81% | - |
| XYZ | 31.68 | 48.1 | 52.96 | - |
| YUV | 154.46 | 144.67 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 184 | 0.80 | 0 | 0.11 | 0.19 | 171.95 | 0.66 | 0.49 |
| Hex | 2A | CE | B8 | 50 | 0 | B | 13 | AC | 42 | 31 |
| Octal | 52 | 316 | 270 | 120 | 0 | 13 | 23 | 254 | 102 | 61 |
| Binary | 101010 | 11001110 | 10111000 | 1010000 | 0 | 1011 | 10011 | 10101100 | 1000010 | 110001 |
Color Harmonies of #2ACEB8
Complementary color
Monochromatic Colors of #2ACEB8
Black with #2ACEB8
Text Example
Text Example
White with #2ACEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEB8; }
p { color: rgb(42,206,184); }
H1.HeaderClassName
{
color: #2ACEB8;
}
.AnyTagClassName
{
color: #2ACEB8;
}
</style>
background-color css
<style>
a { background-color: #2ACEB8; }
a { background-color: rgb(42,206,184); }
div.DivClassName
{
background-color: #2ACEB8;
}
.BgClassName
{
background-color: #2ACEB8;
}
</style>
border-color css
<style>
span { border-color: #2ACEB8; }
span { border-color: rgb(42,206,184); }
td.TdClassName
{
border-color: #2ACEB8;
}
.TagClassName
{
border-color: #2ACEB8;
}
</style>