Shades of Light Sea Green #1CCDAA
Tints of Light Sea Green #1CCDAA
RGB
CMYK
RGB Variations
Color information
#1CCDAA (or 0x1CCDAA) is known color: Light Sea Green. HEX triplet: 1C, CD and AA. RGB value is (28,205,170). Sum of RGB (Red+Green+Blue) = 28+205+170=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDAA is #E33255. Grayscale: #949494. Windows color (decimal): -14889558 or 11193628. OLE color: 11193628.
HSL color Cylindrical-coordinate representation of color #1CCDAA: hue angle of 168.14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDAA is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 170 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.20 |
| HSL | 168.14º | 0.76% | 0.46% | - |
| HSV(B) | 168.14º | 0.86% | 0.8% | - |
| XYZ | 29.57 | 46.81 | 45.51 | - |
| YUV | 148.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 170 | 0.86 | 0 | 0.17 | 0.20 | 168.14 | 0.76 | 0.46 |
| Hex | 1C | CD | AA | 56 | 0 | 11 | 14 | A8 | 4C | 2E |
| Octal | 34 | 315 | 252 | 126 | 0 | 21 | 24 | 250 | 114 | 56 |
| Binary | 11100 | 11001101 | 10101010 | 1010110 | 0 | 10001 | 10100 | 10101000 | 1001100 | 101110 |
Color Harmonies of #1CCDAA
Complementary color
Monochromatic Colors of #1CCDAA
Black with #1CCDAA
Text Example
Text Example
White with #1CCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDAA; }
p { color: rgb(28,205,170); }
H1.HeaderClassName
{
color: #1CCDAA;
}
.AnyTagClassName
{
color: #1CCDAA;
}
</style>
background-color css
<style>
a { background-color: #1CCDAA; }
a { background-color: rgb(28,205,170); }
div.DivClassName
{
background-color: #1CCDAA;
}
.BgClassName
{
background-color: #1CCDAA;
}
</style>
border-color css
<style>
span { border-color: #1CCDAA; }
span { border-color: rgb(28,205,170); }
td.TdClassName
{
border-color: #1CCDAA;
}
.TagClassName
{
border-color: #1CCDAA;
}
</style>