Shades of Light Sea Green #1CCCAB
Tints of Light Sea Green #1CCCAB
RGB
CMYK
RGB Variations
Color information
#1CCCAB (or 0x1CCCAB) is known color: Light Sea Green. HEX triplet: 1C, CC and AB. RGB value is (28,204,171). Sum of RGB (Red+Green+Blue) = 28+204+171=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCAB is #E33354. Grayscale: #939393. Windows color (decimal): -14889813 or 11258908. OLE color: 11258908.
HSL color Cylindrical-coordinate representation of color #1CCCAB: hue angle of 168.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCAB is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 171 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.2 |
| HSL | 168.75º | 0.76% | 0.45% | - |
| HSV(B) | 168.75º | 0.86% | 0.8% | - |
| XYZ | 29.42 | 46.37 | 45.93 | - |
| YUV | 147.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 171 | 0.86 | 0 | 0.16 | 0.2 | 168.75 | 0.76 | 0.45 |
| Hex | 1C | CC | AB | 56 | 0 | 10 | 14 | A9 | 4C | 2D |
| Octal | 34 | 314 | 253 | 126 | 0 | 20 | 24 | 251 | 114 | 55 |
| Binary | 11100 | 11001100 | 10101011 | 1010110 | 0 | 10000 | 10100 | 10101001 | 1001100 | 101101 |
Color Harmonies of #1CCCAB
Complementary color
Monochromatic Colors of #1CCCAB
Black with #1CCCAB
Text Example
Text Example
White with #1CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCAB; }
p { color: rgb(28,204,171); }
H1.HeaderClassName
{
color: #1CCCAB;
}
.AnyTagClassName
{
color: #1CCCAB;
}
</style>
background-color css
<style>
a { background-color: #1CCCAB; }
a { background-color: rgb(28,204,171); }
div.DivClassName
{
background-color: #1CCCAB;
}
.BgClassName
{
background-color: #1CCCAB;
}
</style>
border-color css
<style>
span { border-color: #1CCCAB; }
span { border-color: rgb(28,204,171); }
td.TdClassName
{
border-color: #1CCCAB;
}
.TagClassName
{
border-color: #1CCCAB;
}
</style>