Shades of Light Sea Green #1CC6A8
Tints of Light Sea Green #1CC6A8
RGB
CMYK
RGB Variations
Color information
#1CC6A8 (or 0x1CC6A8) is known color: Light Sea Green. HEX triplet: 1C, C6 and A8. RGB value is (28,198,168). Sum of RGB (Red+Green+Blue) = 28+198+168=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC6A8 is #E33957. Grayscale: #8F8F8F. Windows color (decimal): -14891352 or 11060764. OLE color: 11060764.
HSL color Cylindrical-coordinate representation of color #1CC6A8: hue angle of 169.41º 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 #1CC6A8 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 168 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.22 |
| HSL | 169.41º | 0.75% | 0.44% | - |
| HSV(B) | 169.41º | 0.86% | 0.78% | - |
| XYZ | 27.74 | 43.46 | 43.97 | - |
| YUV | 143.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 168 | 0.86 | 0 | 0.15 | 0.22 | 169.41 | 0.75 | 0.44 |
| Hex | 1C | C6 | A8 | 56 | 0 | F | 16 | A9 | 4B | 2C |
| Octal | 34 | 306 | 250 | 126 | 0 | 17 | 26 | 251 | 113 | 54 |
| Binary | 11100 | 11000110 | 10101000 | 1010110 | 0 | 1111 | 10110 | 10101001 | 1001011 | 101100 |
Color Harmonies of #1CC6A8
Complementary color
Monochromatic Colors of #1CC6A8
Black with #1CC6A8
Text Example
Text Example
White with #1CC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC6A8; }
p { color: rgb(28,198,168); }
H1.HeaderClassName
{
color: #1CC6A8;
}
.AnyTagClassName
{
color: #1CC6A8;
}
</style>
background-color css
<style>
a { background-color: #1CC6A8; }
a { background-color: rgb(28,198,168); }
div.DivClassName
{
background-color: #1CC6A8;
}
.BgClassName
{
background-color: #1CC6A8;
}
</style>
border-color css
<style>
span { border-color: #1CC6A8; }
span { border-color: rgb(28,198,168); }
td.TdClassName
{
border-color: #1CC6A8;
}
.TagClassName
{
border-color: #1CC6A8;
}
</style>