Shades of Light Sea Green #1CC6AA
Tints of Light Sea Green #1CC6AA
RGB
CMYK
RGB Variations
Color information
#1CC6AA (or 0x1CC6AA) is known color: Light Sea Green. HEX triplet: 1C, C6 and AA. RGB value is (28,198,170). Sum of RGB (Red+Green+Blue) = 28+198+170=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC6AA is #E33955. Grayscale: #8F8F8F. Windows color (decimal): -14891350 or 11191836. OLE color: 11191836.
HSL color Cylindrical-coordinate representation of color #1CC6AA: hue angle of 170.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC6AA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 170 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.22 |
| HSL | 170.12º | 0.75% | 0.44% | - |
| HSV(B) | 170.12º | 0.86% | 0.78% | - |
| XYZ | 27.93 | 43.54 | 44.96 | - |
| YUV | 143.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 170 | 0.86 | 0 | 0.14 | 0.22 | 170.12 | 0.75 | 0.44 |
| Hex | 1C | C6 | AA | 56 | 0 | E | 16 | AA | 4B | 2C |
| Octal | 34 | 306 | 252 | 126 | 0 | 16 | 26 | 252 | 113 | 54 |
| Binary | 11100 | 11000110 | 10101010 | 1010110 | 0 | 1110 | 10110 | 10101010 | 1001011 | 101100 |
Color Harmonies of #1CC6AA
Complementary color
Monochromatic Colors of #1CC6AA
Black with #1CC6AA
Text Example
Text Example
White with #1CC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC6AA; }
p { color: rgb(28,198,170); }
H1.HeaderClassName
{
color: #1CC6AA;
}
.AnyTagClassName
{
color: #1CC6AA;
}
</style>
background-color css
<style>
a { background-color: #1CC6AA; }
a { background-color: rgb(28,198,170); }
div.DivClassName
{
background-color: #1CC6AA;
}
.BgClassName
{
background-color: #1CC6AA;
}
</style>
border-color css
<style>
span { border-color: #1CC6AA; }
span { border-color: rgb(28,198,170); }
td.TdClassName
{
border-color: #1CC6AA;
}
.TagClassName
{
border-color: #1CC6AA;
}
</style>