Shades of Light Sea Green #1CC1BC
Tints of Light Sea Green #1CC1BC
RGB
CMYK
RGB Variations
Color information
#1CC1BC (or 0x1CC1BC) is known color: Light Sea Green. HEX triplet: 1C, C1 and BC. RGB value is (28,193,188). Sum of RGB (Red+Green+Blue) = 28+193+188=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC1BC is #E33E43. Grayscale: #8E8E8E. Windows color (decimal): -14892612 or 12370204. OLE color: 12370204.
HSL color Cylindrical-coordinate representation of color #1CC1BC: hue angle of 178.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC1BC is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 188 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.24 |
| HSL | 178.18º | 0.75% | 0.43% | - |
| HSV(B) | 178.18º | 0.85% | 0.76% | - |
| XYZ | 28.63 | 42.02 | 54.18 | - |
| YUV | 143.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 188 | 0.85 | 0 | 0.03 | 0.24 | 178.18 | 0.75 | 0.43 |
| Hex | 1C | C1 | BC | 55 | 0 | 3 | 18 | B2 | 4B | 2B |
| Octal | 34 | 301 | 274 | 125 | 0 | 3 | 30 | 262 | 113 | 53 |
| Binary | 11100 | 11000001 | 10111100 | 1010101 | 0 | 11 | 11000 | 10110010 | 1001011 | 101011 |
Color Harmonies of #1CC1BC
Complementary color
Monochromatic Colors of #1CC1BC
Black with #1CC1BC
Text Example
Text Example
White with #1CC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC1BC; }
p { color: rgb(28,193,188); }
H1.HeaderClassName
{
color: #1CC1BC;
}
.AnyTagClassName
{
color: #1CC1BC;
}
</style>
background-color css
<style>
a { background-color: #1CC1BC; }
a { background-color: rgb(28,193,188); }
div.DivClassName
{
background-color: #1CC1BC;
}
.BgClassName
{
background-color: #1CC1BC;
}
</style>
border-color css
<style>
span { border-color: #1CC1BC; }
span { border-color: rgb(28,193,188); }
td.TdClassName
{
border-color: #1CC1BC;
}
.TagClassName
{
border-color: #1CC1BC;
}
</style>