Shades of Light Sea Green #1ACCA8
Tints of Light Sea Green #1ACCA8
RGB
CMYK
RGB Variations
Color information
#1ACCA8 (or 0x1ACCA8) is known color: Light Sea Green. HEX triplet: 1A, CC and A8. RGB value is (26,204,168). Sum of RGB (Red+Green+Blue) = 26+204+168=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACCA8 is #E53357. Grayscale: #929292. Windows color (decimal): -15020888 or 11062298. OLE color: 11062298.
HSL color Cylindrical-coordinate representation of color #1ACCA8: hue angle of 167.87º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACCA8 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 168 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.2 |
| HSL | 167.87º | 0.77% | 0.45% | - |
| HSV(B) | 167.87º | 0.87% | 0.8% | - |
| XYZ | 29.09 | 46.23 | 44.44 | - |
| YUV | 146.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 168 | 0.87 | 0 | 0.18 | 0.2 | 167.87 | 0.77 | 0.45 |
| Hex | 1A | CC | A8 | 57 | 0 | 12 | 14 | A8 | 4D | 2D |
| Octal | 32 | 314 | 250 | 127 | 0 | 22 | 24 | 250 | 115 | 55 |
| Binary | 11010 | 11001100 | 10101000 | 1010111 | 0 | 10010 | 10100 | 10101000 | 1001101 | 101101 |
Color Harmonies of #1ACCA8
Complementary color
Monochromatic Colors of #1ACCA8
Black with #1ACCA8
Text Example
Text Example
White with #1ACCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCA8; }
p { color: rgb(26,204,168); }
H1.HeaderClassName
{
color: #1ACCA8;
}
.AnyTagClassName
{
color: #1ACCA8;
}
</style>
background-color css
<style>
a { background-color: #1ACCA8; }
a { background-color: rgb(26,204,168); }
div.DivClassName
{
background-color: #1ACCA8;
}
.BgClassName
{
background-color: #1ACCA8;
}
</style>
border-color css
<style>
span { border-color: #1ACCA8; }
span { border-color: rgb(26,204,168); }
td.TdClassName
{
border-color: #1ACCA8;
}
.TagClassName
{
border-color: #1ACCA8;
}
</style>