Shades of Light Sea Green #3CBAAA
Tints of Light Sea Green #3CBAAA
RGB
CMYK
RGB Variations
Color information
#3CBAAA (or 0x3CBAAA) is known color: Light Sea Green. HEX triplet: 3C, BA and AA. RGB value is (60,186,170). Sum of RGB (Red+Green+Blue) = 60+186+170=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBAAA is #C34555. Grayscale: #929292. Windows color (decimal): -12797270 or 11188796. OLE color: 11188796.
HSL color Cylindrical-coordinate representation of color #3CBAAA: hue angle of 172.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBAAA is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 170 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.27 |
| HSL | 172.38º | 0.51% | 0.48% | - |
| HSV(B) | 172.38º | 0.68% | 0.73% | - |
| XYZ | 26.68 | 38.98 | 44.15 | - |
| YUV | 146.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 170 | 0.68 | 0 | 0.09 | 0.27 | 172.38 | 0.51 | 0.48 |
| Hex | 3C | BA | AA | 44 | 0 | 9 | 1B | AC | 33 | 30 |
| Octal | 74 | 272 | 252 | 104 | 0 | 11 | 33 | 254 | 63 | 60 |
| Binary | 111100 | 10111010 | 10101010 | 1000100 | 0 | 1001 | 11011 | 10101100 | 110011 | 110000 |
Color Harmonies of #3CBAAA
Complementary color
Monochromatic Colors of #3CBAAA
Black with #3CBAAA
Text Example
Text Example
White with #3CBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAAA; }
p { color: rgb(60,186,170); }
H1.HeaderClassName
{
color: #3CBAAA;
}
.AnyTagClassName
{
color: #3CBAAA;
}
</style>
background-color css
<style>
a { background-color: #3CBAAA; }
a { background-color: rgb(60,186,170); }
div.DivClassName
{
background-color: #3CBAAA;
}
.BgClassName
{
background-color: #3CBAAA;
}
</style>
border-color css
<style>
span { border-color: #3CBAAA; }
span { border-color: rgb(60,186,170); }
td.TdClassName
{
border-color: #3CBAAA;
}
.TagClassName
{
border-color: #3CBAAA;
}
</style>