Shades of Light Sea Green #1CC2BA
Tints of Light Sea Green #1CC2BA
RGB
CMYK
RGB Variations
Color information
#1CC2BA (or 0x1CC2BA) is known color: Light Sea Green. HEX triplet: 1C, C2 and BA. RGB value is (28,194,186). Sum of RGB (Red+Green+Blue) = 28+194+186=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2BA is #E33D45. Grayscale: #8F8F8F. Windows color (decimal): -14892358 or 12239388. OLE color: 12239388.
HSL color Cylindrical-coordinate representation of color #1CC2BA: hue angle of 177.11º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC2BA is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 186 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.24 |
| HSL | 177.11º | 0.75% | 0.44% | - |
| HSV(B) | 177.11º | 0.86% | 0.76% | - |
| XYZ | 28.63 | 42.38 | 53.12 | - |
| YUV | 143.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 186 | 0.86 | 0 | 0.04 | 0.24 | 177.11 | 0.75 | 0.44 |
| Hex | 1C | C2 | BA | 56 | 0 | 4 | 18 | B1 | 4B | 2C |
| Octal | 34 | 302 | 272 | 126 | 0 | 4 | 30 | 261 | 113 | 54 |
| Binary | 11100 | 11000010 | 10111010 | 1010110 | 0 | 100 | 11000 | 10110001 | 1001011 | 101100 |
Color Harmonies of #1CC2BA
Complementary color
Monochromatic Colors of #1CC2BA
Black with #1CC2BA
Text Example
Text Example
White with #1CC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC2BA; }
p { color: rgb(28,194,186); }
H1.HeaderClassName
{
color: #1CC2BA;
}
.AnyTagClassName
{
color: #1CC2BA;
}
</style>
background-color css
<style>
a { background-color: #1CC2BA; }
a { background-color: rgb(28,194,186); }
div.DivClassName
{
background-color: #1CC2BA;
}
.BgClassName
{
background-color: #1CC2BA;
}
</style>
border-color css
<style>
span { border-color: #1CC2BA; }
span { border-color: rgb(28,194,186); }
td.TdClassName
{
border-color: #1CC2BA;
}
.TagClassName
{
border-color: #1CC2BA;
}
</style>