Shades of Light Sea Green #3CBCAC
Tints of Light Sea Green #3CBCAC
RGB
CMYK
RGB Variations
Color information
#3CBCAC (or 0x3CBCAC) is known color: Light Sea Green. HEX triplet: 3C, BC and AC. RGB value is (60,188,172). Sum of RGB (Red+Green+Blue) = 60+188+172=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCAC is #C34353. Grayscale: #939393. Windows color (decimal): -12796756 or 11320380. OLE color: 11320380.
HSL color Cylindrical-coordinate representation of color #3CBCAC: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBCAC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 172 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.26 |
| HSL | 172.5º | 0.52% | 0.49% | - |
| HSV(B) | 172.5º | 0.68% | 0.74% | - |
| XYZ | 27.29 | 39.91 | 45.29 | - |
| YUV | 147.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 172 | 0.68 | 0 | 0.09 | 0.26 | 172.5 | 0.52 | 0.49 |
| Hex | 3C | BC | AC | 44 | 0 | 9 | 1A | AC | 34 | 31 |
| Octal | 74 | 274 | 254 | 104 | 0 | 11 | 32 | 254 | 64 | 61 |
| Binary | 111100 | 10111100 | 10101100 | 1000100 | 0 | 1001 | 11010 | 10101100 | 110100 | 110001 |
Color Harmonies of #3CBCAC
Complementary color
Monochromatic Colors of #3CBCAC
Black with #3CBCAC
Text Example
Text Example
White with #3CBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCAC; }
p { color: rgb(60,188,172); }
H1.HeaderClassName
{
color: #3CBCAC;
}
.AnyTagClassName
{
color: #3CBCAC;
}
</style>
background-color css
<style>
a { background-color: #3CBCAC; }
a { background-color: rgb(60,188,172); }
div.DivClassName
{
background-color: #3CBCAC;
}
.BgClassName
{
background-color: #3CBCAC;
}
</style>
border-color css
<style>
span { border-color: #3CBCAC; }
span { border-color: rgb(60,188,172); }
td.TdClassName
{
border-color: #3CBCAC;
}
.TagClassName
{
border-color: #3CBCAC;
}
</style>