Shades of Light Sea Green #1CC4BC
Tints of Light Sea Green #1CC4BC
RGB
CMYK
RGB Variations
Color information
#1CC4BC (or 0x1CC4BC) is known color: Light Sea Green. HEX triplet: 1C, C4 and BC. RGB value is (28,196,188). Sum of RGB (Red+Green+Blue) = 28+196+188=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC4BC is #E33B43. Grayscale: #909090. Windows color (decimal): -14891844 or 12370972. OLE color: 12370972.
HSL color Cylindrical-coordinate representation of color #1CC4BC: hue angle of 177.14º 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 #1CC4BC is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 188 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.23 |
| HSL | 177.14º | 0.75% | 0.44% | - |
| HSV(B) | 177.14º | 0.86% | 0.77% | - |
| XYZ | 29.3 | 43.36 | 54.4 | - |
| YUV | 144.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 188 | 0.86 | 0 | 0.04 | 0.23 | 177.14 | 0.75 | 0.44 |
| Hex | 1C | C4 | BC | 56 | 0 | 4 | 17 | B1 | 4B | 2C |
| Octal | 34 | 304 | 274 | 126 | 0 | 4 | 27 | 261 | 113 | 54 |
| Binary | 11100 | 11000100 | 10111100 | 1010110 | 0 | 100 | 10111 | 10110001 | 1001011 | 101100 |
Color Harmonies of #1CC4BC
Complementary color
Monochromatic Colors of #1CC4BC
Black with #1CC4BC
Text Example
Text Example
White with #1CC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC4BC; }
p { color: rgb(28,196,188); }
H1.HeaderClassName
{
color: #1CC4BC;
}
.AnyTagClassName
{
color: #1CC4BC;
}
</style>
background-color css
<style>
a { background-color: #1CC4BC; }
a { background-color: rgb(28,196,188); }
div.DivClassName
{
background-color: #1CC4BC;
}
.BgClassName
{
background-color: #1CC4BC;
}
</style>
border-color css
<style>
span { border-color: #1CC4BC; }
span { border-color: rgb(28,196,188); }
td.TdClassName
{
border-color: #1CC4BC;
}
.TagClassName
{
border-color: #1CC4BC;
}
</style>