Shades of Light Sea Green #1CC0A3
Tints of Light Sea Green #1CC0A3
RGB
CMYK
RGB Variations
Color information
#1CC0A3 (or 0x1CC0A3) is known color: Light Sea Green. HEX triplet: 1C, C0 and A3. RGB value is (28,192,163). Sum of RGB (Red+Green+Blue) = 28+192+163=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC0A3 is #E33F5C. Grayscale: #8B8B8B. Windows color (decimal): -14892893 or 10731548. OLE color: 10731548.
HSL color Cylindrical-coordinate representation of color #1CC0A3: hue angle of 169.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC0A3 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 163 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.25 |
| HSL | 169.39º | 0.75% | 0.43% | - |
| HSV(B) | 169.39º | 0.85% | 0.75% | - |
| XYZ | 25.94 | 40.59 | 41.12 | - |
| YUV | 139.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 163 | 0.85 | 0 | 0.15 | 0.25 | 169.39 | 0.75 | 0.43 |
| Hex | 1C | C0 | A3 | 55 | 0 | F | 19 | A9 | 4B | 2B |
| Octal | 34 | 300 | 243 | 125 | 0 | 17 | 31 | 251 | 113 | 53 |
| Binary | 11100 | 11000000 | 10100011 | 1010101 | 0 | 1111 | 11001 | 10101001 | 1001011 | 101011 |
Color Harmonies of #1CC0A3
Complementary color
Monochromatic Colors of #1CC0A3
Black with #1CC0A3
Text Example
Text Example
White with #1CC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0A3; }
p { color: rgb(28,192,163); }
H1.HeaderClassName
{
color: #1CC0A3;
}
.AnyTagClassName
{
color: #1CC0A3;
}
</style>
background-color css
<style>
a { background-color: #1CC0A3; }
a { background-color: rgb(28,192,163); }
div.DivClassName
{
background-color: #1CC0A3;
}
.BgClassName
{
background-color: #1CC0A3;
}
</style>
border-color css
<style>
span { border-color: #1CC0A3; }
span { border-color: rgb(28,192,163); }
td.TdClassName
{
border-color: #1CC0A3;
}
.TagClassName
{
border-color: #1CC0A3;
}
</style>