Shades of Light Sea Green #3CACA7
Tints of Light Sea Green #3CACA7
RGB
CMYK
RGB Variations
Color information
#3CACA7 (or 0x3CACA7) is known color: Light Sea Green. HEX triplet: 3C, AC and A7. RGB value is (60,172,167). Sum of RGB (Red+Green+Blue) = 60+172+167=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #3CACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACA7 is #C35358. Grayscale: #898989. Windows color (decimal): -12800857 or 10988604. OLE color: 10988604.
HSL color Cylindrical-coordinate representation of color #3CACA7: hue angle of 177.32º 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 #3CACA7 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 167 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.33 |
| HSL | 177.32º | 0.48% | 0.45% | - |
| HSV(B) | 177.32º | 0.65% | 0.67% | - |
| XYZ | 23.59 | 33.26 | 41.73 | - |
| YUV | 137.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 167 | 0.65 | 0 | 0.03 | 0.33 | 177.32 | 0.48 | 0.45 |
| Hex | 3C | AC | A7 | 41 | 0 | 3 | 21 | B1 | 30 | 2D |
| Octal | 74 | 254 | 247 | 101 | 0 | 3 | 41 | 261 | 60 | 55 |
| Binary | 111100 | 10101100 | 10100111 | 1000001 | 0 | 11 | 100001 | 10110001 | 110000 | 101101 |
Color Harmonies of #3CACA7
Complementary color
Monochromatic Colors of #3CACA7
Black with #3CACA7
Text Example
Text Example
White with #3CACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACA7; }
p { color: rgb(60,172,167); }
H1.HeaderClassName
{
color: #3CACA7;
}
.AnyTagClassName
{
color: #3CACA7;
}
</style>
background-color css
<style>
a { background-color: #3CACA7; }
a { background-color: rgb(60,172,167); }
div.DivClassName
{
background-color: #3CACA7;
}
.BgClassName
{
background-color: #3CACA7;
}
</style>
border-color css
<style>
span { border-color: #3CACA7; }
span { border-color: rgb(60,172,167); }
td.TdClassName
{
border-color: #3CACA7;
}
.TagClassName
{
border-color: #3CACA7;
}
</style>