Shades of Light Sea Green #3CAAAC
Tints of Light Sea Green #3CAAAC
RGB
CMYK
RGB Variations
Color information
#3CAAAC (or 0x3CAAAC) is known color: Light Sea Green. HEX triplet: 3C, AA and AC. RGB value is (60,170,172). Sum of RGB (Red+Green+Blue) = 60+170+172=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #3CAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAAAC is #C35553. Grayscale: #898989. Windows color (decimal): -12801364 or 11315772. OLE color: 11315772.
HSL color Cylindrical-coordinate representation of color #3CAAAC: hue angle of 181.07º 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 #3CAAAC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 172 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.33 |
| HSL | 181.07º | 0.48% | 0.45% | - |
| HSV(B) | 181.07º | 0.65% | 0.67% | - |
| XYZ | 23.68 | 32.69 | 44.09 | - |
| YUV | 137.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 172 | 0.65 | 0.01 | 0 | 0.33 | 181.07 | 0.48 | 0.45 |
| Hex | 3C | AA | AC | 41 | 1 | 0 | 21 | B5 | 30 | 2D |
| Octal | 74 | 252 | 254 | 101 | 1 | 0 | 41 | 265 | 60 | 55 |
| Binary | 111100 | 10101010 | 10101100 | 1000001 | 1 | 0 | 100001 | 10110101 | 110000 | 101101 |
Color Harmonies of #3CAAAC
Complementary color
Monochromatic Colors of #3CAAAC
Black with #3CAAAC
Text Example
Text Example
White with #3CAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAAC; }
p { color: rgb(60,170,172); }
H1.HeaderClassName
{
color: #3CAAAC;
}
.AnyTagClassName
{
color: #3CAAAC;
}
</style>
background-color css
<style>
a { background-color: #3CAAAC; }
a { background-color: rgb(60,170,172); }
div.DivClassName
{
background-color: #3CAAAC;
}
.BgClassName
{
background-color: #3CAAAC;
}
</style>
border-color css
<style>
span { border-color: #3CAAAC; }
span { border-color: rgb(60,170,172); }
td.TdClassName
{
border-color: #3CAAAC;
}
.TagClassName
{
border-color: #3CAAAC;
}
</style>