Shades of Light Sea Green #1CCCA8
Tints of Light Sea Green #1CCCA8
RGB
CMYK
RGB Variations
Color information
#1CCCA8 (or 0x1CCCA8) is known color: Light Sea Green. HEX triplet: 1C, CC and A8. RGB value is (28,204,168). Sum of RGB (Red+Green+Blue) = 28+204+168=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCA8 is #E33357. Grayscale: #939393. Windows color (decimal): -14889816 or 11062300. OLE color: 11062300.
HSL color Cylindrical-coordinate representation of color #1CCCA8: hue angle of 167.73º 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 #1CCCA8 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 168 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.2 |
| HSL | 167.73º | 0.76% | 0.45% | - |
| HSV(B) | 167.73º | 0.86% | 0.8% | - |
| XYZ | 29.14 | 46.26 | 44.44 | - |
| YUV | 147.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 168 | 0.86 | 0 | 0.18 | 0.2 | 167.73 | 0.76 | 0.45 |
| Hex | 1C | CC | A8 | 56 | 0 | 12 | 14 | A8 | 4C | 2D |
| Octal | 34 | 314 | 250 | 126 | 0 | 22 | 24 | 250 | 114 | 55 |
| Binary | 11100 | 11001100 | 10101000 | 1010110 | 0 | 10010 | 10100 | 10101000 | 1001100 | 101101 |
Color Harmonies of #1CCCA8
Complementary color
Monochromatic Colors of #1CCCA8
Black with #1CCCA8
Text Example
Text Example
White with #1CCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCA8; }
p { color: rgb(28,204,168); }
H1.HeaderClassName
{
color: #1CCCA8;
}
.AnyTagClassName
{
color: #1CCCA8;
}
</style>
background-color css
<style>
a { background-color: #1CCCA8; }
a { background-color: rgb(28,204,168); }
div.DivClassName
{
background-color: #1CCCA8;
}
.BgClassName
{
background-color: #1CCCA8;
}
</style>
border-color css
<style>
span { border-color: #1CCCA8; }
span { border-color: rgb(28,204,168); }
td.TdClassName
{
border-color: #1CCCA8;
}
.TagClassName
{
border-color: #1CCCA8;
}
</style>