Shades of Light Sea Green #1CC4AA
Tints of Light Sea Green #1CC4AA
RGB
CMYK
RGB Variations
Color information
#1CC4AA (or 0x1CC4AA) is known color: Light Sea Green. HEX triplet: 1C, C4 and AA. RGB value is (28,196,170). Sum of RGB (Red+Green+Blue) = 28+196+170=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC4AA is #E33B55. Grayscale: #8E8E8E. Windows color (decimal): -14891862 or 11191324. OLE color: 11191324.
HSL color Cylindrical-coordinate representation of color #1CC4AA: hue angle of 170.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC4AA is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 170 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.23 |
| HSL | 170.71º | 0.75% | 0.44% | - |
| HSV(B) | 170.71º | 0.86% | 0.77% | - |
| XYZ | 27.47 | 42.63 | 44.81 | - |
| YUV | 142.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 170 | 0.86 | 0 | 0.13 | 0.23 | 170.71 | 0.75 | 0.44 |
| Hex | 1C | C4 | AA | 56 | 0 | D | 17 | AB | 4B | 2C |
| Octal | 34 | 304 | 252 | 126 | 0 | 15 | 27 | 253 | 113 | 54 |
| Binary | 11100 | 11000100 | 10101010 | 1010110 | 0 | 1101 | 10111 | 10101011 | 1001011 | 101100 |
Color Harmonies of #1CC4AA
Complementary color
Monochromatic Colors of #1CC4AA
Black with #1CC4AA
Text Example
Text Example
White with #1CC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC4AA; }
p { color: rgb(28,196,170); }
H1.HeaderClassName
{
color: #1CC4AA;
}
.AnyTagClassName
{
color: #1CC4AA;
}
</style>
background-color css
<style>
a { background-color: #1CC4AA; }
a { background-color: rgb(28,196,170); }
div.DivClassName
{
background-color: #1CC4AA;
}
.BgClassName
{
background-color: #1CC4AA;
}
</style>
border-color css
<style>
span { border-color: #1CC4AA; }
span { border-color: rgb(28,196,170); }
td.TdClassName
{
border-color: #1CC4AA;
}
.TagClassName
{
border-color: #1CC4AA;
}
</style>