Shades of Light Sea Green #1CACAC
Tints of Light Sea Green #1CACAC
RGB
CMYK
RGB Variations
Color information
#1CACAC (or 0x1CACAC) is known color: Light Sea Green. HEX triplet: 1C, AC and AC. RGB value is (28,172,172). Sum of RGB (Red+Green+Blue) = 28+172+172=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #1CACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CACAC is #E35353. Grayscale: #808080. Windows color (decimal): -14898004 or 11316252. OLE color: 11316252.
HSL color Cylindrical-coordinate representation of color #1CACAC: hue angle of 180º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CACAC is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 172 | - |
| CMYK | 0.84 | 0 | 0 | 0.33 |
| HSL | 180º | 0.72% | 0.39% | - |
| HSV(B) | 180º | 0.84% | 0.67% | - |
| XYZ | 22.68 | 32.73 | 44.15 | - |
| YUV | 128.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 172 | 0.84 | 0 | 0 | 0.33 | 180 | 0.72 | 0.39 |
| Hex | 1C | AC | AC | 54 | 0 | 0 | 21 | B4 | 48 | 27 |
| Octal | 34 | 254 | 254 | 124 | 0 | 0 | 41 | 264 | 110 | 47 |
| Binary | 11100 | 10101100 | 10101100 | 1010100 | 0 | 0 | 100001 | 10110100 | 1001000 | 100111 |
Color Harmonies of #1CACAC
Complementary color
Monochromatic Colors of #1CACAC
Black with #1CACAC
Text Example
Text Example
White with #1CACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACAC; }
p { color: rgb(28,172,172); }
H1.HeaderClassName
{
color: #1CACAC;
}
.AnyTagClassName
{
color: #1CACAC;
}
</style>
background-color css
<style>
a { background-color: #1CACAC; }
a { background-color: rgb(28,172,172); }
div.DivClassName
{
background-color: #1CACAC;
}
.BgClassName
{
background-color: #1CACAC;
}
</style>
border-color css
<style>
span { border-color: #1CACAC; }
span { border-color: rgb(28,172,172); }
td.TdClassName
{
border-color: #1CACAC;
}
.TagClassName
{
border-color: #1CACAC;
}
</style>