Shades of Light Sea Green #3CACAC
Tints of Light Sea Green #3CACAC
RGB
CMYK
RGB Variations
Color information
#3CACAC (or 0x3CACAC) is known color: Light Sea Green. HEX triplet: 3C, AC and AC. RGB value is (60,172,172). Sum of RGB (Red+Green+Blue) = 60+172+172=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #3CACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACAC is #C35353. Grayscale: #8A8A8A. Windows color (decimal): -12800852 or 11316284. OLE color: 11316284.
HSL color Cylindrical-coordinate representation of color #3CACAC: hue angle of 180º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CACAC is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 172 | - |
| CMYK | 0.65 | 0 | 0 | 0.33 |
| HSL | 180º | 0.48% | 0.45% | - |
| HSV(B) | 180º | 0.65% | 0.67% | - |
| XYZ | 24.06 | 33.44 | 44.22 | - |
| YUV | 138.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 172 | 0.65 | 0 | 0 | 0.33 | 180 | 0.48 | 0.45 |
| Hex | 3C | AC | AC | 41 | 0 | 0 | 21 | B4 | 30 | 2D |
| Octal | 74 | 254 | 254 | 101 | 0 | 0 | 41 | 264 | 60 | 55 |
| Binary | 111100 | 10101100 | 10101100 | 1000001 | 0 | 0 | 100001 | 10110100 | 110000 | 101101 |
Color Harmonies of #3CACAC
Complementary color
Monochromatic Colors of #3CACAC
Black with #3CACAC
Text Example
Text Example
White with #3CACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACAC; }
p { color: rgb(60,172,172); }
H1.HeaderClassName
{
color: #3CACAC;
}
.AnyTagClassName
{
color: #3CACAC;
}
</style>
background-color css
<style>
a { background-color: #3CACAC; }
a { background-color: rgb(60,172,172); }
div.DivClassName
{
background-color: #3CACAC;
}
.BgClassName
{
background-color: #3CACAC;
}
</style>
border-color css
<style>
span { border-color: #3CACAC; }
span { border-color: rgb(60,172,172); }
td.TdClassName
{
border-color: #3CACAC;
}
.TagClassName
{
border-color: #3CACAC;
}
</style>