Shades of Light Sea Green #3CADAA
Tints of Light Sea Green #3CADAA
RGB
CMYK
RGB Variations
Color information
#3CADAA (or 0x3CADAA) is known color: Light Sea Green. HEX triplet: 3C, AD and AA. RGB value is (60,173,170). Sum of RGB (Red+Green+Blue) = 60+173+170=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #3CADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CADAA is #C35255. Grayscale: #8A8A8A. Windows color (decimal): -12800598 or 11185468. OLE color: 11185468.
HSL color Cylindrical-coordinate representation of color #3CADAA: hue angle of 178.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CADAA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 170 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.32 |
| HSL | 178.41º | 0.48% | 0.46% | - |
| HSV(B) | 178.41º | 0.65% | 0.68% | - |
| XYZ | 24.06 | 33.75 | 43.28 | - |
| YUV | 138.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 170 | 0.65 | 0 | 0.02 | 0.32 | 178.41 | 0.48 | 0.46 |
| Hex | 3C | AD | AA | 41 | 0 | 2 | 20 | B2 | 30 | 2E |
| Octal | 74 | 255 | 252 | 101 | 0 | 2 | 40 | 262 | 60 | 56 |
| Binary | 111100 | 10101101 | 10101010 | 1000001 | 0 | 10 | 100000 | 10110010 | 110000 | 101110 |
Color Harmonies of #3CADAA
Complementary color
Monochromatic Colors of #3CADAA
Black with #3CADAA
Text Example
Text Example
White with #3CADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADAA; }
p { color: rgb(60,173,170); }
H1.HeaderClassName
{
color: #3CADAA;
}
.AnyTagClassName
{
color: #3CADAA;
}
</style>
background-color css
<style>
a { background-color: #3CADAA; }
a { background-color: rgb(60,173,170); }
div.DivClassName
{
background-color: #3CADAA;
}
.BgClassName
{
background-color: #3CADAA;
}
</style>
border-color css
<style>
span { border-color: #3CADAA; }
span { border-color: rgb(60,173,170); }
td.TdClassName
{
border-color: #3CADAA;
}
.TagClassName
{
border-color: #3CADAA;
}
</style>