Shades of Light Sea Green #1CC6B4
Tints of Light Sea Green #1CC6B4
RGB
CMYK
RGB Variations
Color information
#1CC6B4 (or 0x1CC6B4) is known color: Light Sea Green. HEX triplet: 1C, C6 and B4. RGB value is (28,198,180). Sum of RGB (Red+Green+Blue) = 28+198+180=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC6B4 is #E3394B. Grayscale: #919191. Windows color (decimal): -14891340 or 11847196. OLE color: 11847196.
HSL color Cylindrical-coordinate representation of color #1CC6B4: hue angle of 173.65º 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 #1CC6B4 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 180 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.22 |
| HSL | 173.65º | 0.75% | 0.44% | - |
| HSV(B) | 173.65º | 0.86% | 0.78% | - |
| XYZ | 28.91 | 43.93 | 50.14 | - |
| YUV | 145.12 | 147.68 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 180 | 0.86 | 0 | 0.09 | 0.22 | 173.65 | 0.75 | 0.44 |
| Hex | 1C | C6 | B4 | 56 | 0 | 9 | 16 | AE | 4B | 2C |
| Octal | 34 | 306 | 264 | 126 | 0 | 11 | 26 | 256 | 113 | 54 |
| Binary | 11100 | 11000110 | 10110100 | 1010110 | 0 | 1001 | 10110 | 10101110 | 1001011 | 101100 |
Color Harmonies of #1CC6B4
Complementary color
Monochromatic Colors of #1CC6B4
Black with #1CC6B4
Text Example
Text Example
White with #1CC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC6B4; }
p { color: rgb(28,198,180); }
H1.HeaderClassName
{
color: #1CC6B4;
}
.AnyTagClassName
{
color: #1CC6B4;
}
</style>
background-color css
<style>
a { background-color: #1CC6B4; }
a { background-color: rgb(28,198,180); }
div.DivClassName
{
background-color: #1CC6B4;
}
.BgClassName
{
background-color: #1CC6B4;
}
</style>
border-color css
<style>
span { border-color: #1CC6B4; }
span { border-color: rgb(28,198,180); }
td.TdClassName
{
border-color: #1CC6B4;
}
.TagClassName
{
border-color: #1CC6B4;
}
</style>