Shades of Light Sea Green #1CC5BC
Tints of Light Sea Green #1CC5BC
RGB
CMYK
RGB Variations
Color information
#1CC5BC (or 0x1CC5BC) is known color: Light Sea Green. HEX triplet: 1C, C5 and BC. RGB value is (28,197,188). Sum of RGB (Red+Green+Blue) = 28+197+188=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC5BC is #E33A43. Grayscale: #919191. Windows color (decimal): -14891588 or 12371228. OLE color: 12371228.
HSL color Cylindrical-coordinate representation of color #1CC5BC: hue angle of 176.8º 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 #1CC5BC is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 188 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.23 |
| HSL | 176.8º | 0.75% | 0.44% | - |
| HSV(B) | 176.8º | 0.86% | 0.77% | - |
| XYZ | 29.52 | 43.81 | 54.48 | - |
| YUV | 145.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 188 | 0.86 | 0 | 0.05 | 0.23 | 176.8 | 0.75 | 0.44 |
| Hex | 1C | C5 | BC | 56 | 0 | 5 | 17 | B1 | 4B | 2C |
| Octal | 34 | 305 | 274 | 126 | 0 | 5 | 27 | 261 | 113 | 54 |
| Binary | 11100 | 11000101 | 10111100 | 1010110 | 0 | 101 | 10111 | 10110001 | 1001011 | 101100 |
Color Harmonies of #1CC5BC
Complementary color
Monochromatic Colors of #1CC5BC
Black with #1CC5BC
Text Example
Text Example
White with #1CC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC5BC; }
p { color: rgb(28,197,188); }
H1.HeaderClassName
{
color: #1CC5BC;
}
.AnyTagClassName
{
color: #1CC5BC;
}
</style>
background-color css
<style>
a { background-color: #1CC5BC; }
a { background-color: rgb(28,197,188); }
div.DivClassName
{
background-color: #1CC5BC;
}
.BgClassName
{
background-color: #1CC5BC;
}
</style>
border-color css
<style>
span { border-color: #1CC5BC; }
span { border-color: rgb(28,197,188); }
td.TdClassName
{
border-color: #1CC5BC;
}
.TagClassName
{
border-color: #1CC5BC;
}
</style>