Shades of Light Sea Green #1CCCAE
Tints of Light Sea Green #1CCCAE
RGB
CMYK
RGB Variations
Color information
#1CCCAE (or 0x1CCCAE) is known color: Light Sea Green. HEX triplet: 1C, CC and AE. RGB value is (28,204,174). Sum of RGB (Red+Green+Blue) = 28+204+174=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCAE is #E33351. Grayscale: #939393. Windows color (decimal): -14889810 or 11455516. OLE color: 11455516.
HSL color Cylindrical-coordinate representation of color #1CCCAE: hue angle of 169.77º 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 #1CCCAE is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 174 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.2 |
| HSL | 169.77º | 0.76% | 0.45% | - |
| HSV(B) | 169.77º | 0.86% | 0.8% | - |
| XYZ | 29.71 | 46.49 | 47.45 | - |
| YUV | 147.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 174 | 0.86 | 0 | 0.15 | 0.2 | 169.77 | 0.76 | 0.45 |
| Hex | 1C | CC | AE | 56 | 0 | F | 14 | AA | 4C | 2D |
| Octal | 34 | 314 | 256 | 126 | 0 | 17 | 24 | 252 | 114 | 55 |
| Binary | 11100 | 11001100 | 10101110 | 1010110 | 0 | 1111 | 10100 | 10101010 | 1001100 | 101101 |
Color Harmonies of #1CCCAE
Complementary color
Monochromatic Colors of #1CCCAE
Black with #1CCCAE
Text Example
Text Example
White with #1CCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCAE; }
p { color: rgb(28,204,174); }
H1.HeaderClassName
{
color: #1CCCAE;
}
.AnyTagClassName
{
color: #1CCCAE;
}
</style>
background-color css
<style>
a { background-color: #1CCCAE; }
a { background-color: rgb(28,204,174); }
div.DivClassName
{
background-color: #1CCCAE;
}
.BgClassName
{
background-color: #1CCCAE;
}
</style>
border-color css
<style>
span { border-color: #1CCCAE; }
span { border-color: rgb(28,204,174); }
td.TdClassName
{
border-color: #1CCCAE;
}
.TagClassName
{
border-color: #1CCCAE;
}
</style>