Shades of Light Sea Green #3CBBAC
Tints of Light Sea Green #3CBBAC
RGB
CMYK
RGB Variations
Color information
#3CBBAC (or 0x3CBBAC) is known color: Light Sea Green. HEX triplet: 3C, BB and AC. RGB value is (60,187,172). Sum of RGB (Red+Green+Blue) = 60+187+172=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBBAC is #C34453. Grayscale: #939393. Windows color (decimal): -12797012 or 11320124. OLE color: 11320124.
HSL color Cylindrical-coordinate representation of color #3CBBAC: hue angle of 172.91º 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 #3CBBAC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 172 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.27 |
| HSL | 172.91º | 0.51% | 0.48% | - |
| HSV(B) | 172.91º | 0.68% | 0.73% | - |
| XYZ | 27.08 | 39.48 | 45.22 | - |
| YUV | 147.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 172 | 0.68 | 0 | 0.08 | 0.27 | 172.91 | 0.51 | 0.48 |
| Hex | 3C | BB | AC | 44 | 0 | 8 | 1B | AD | 33 | 30 |
| Octal | 74 | 273 | 254 | 104 | 0 | 10 | 33 | 255 | 63 | 60 |
| Binary | 111100 | 10111011 | 10101100 | 1000100 | 0 | 1000 | 11011 | 10101101 | 110011 | 110000 |
Color Harmonies of #3CBBAC
Complementary color
Monochromatic Colors of #3CBBAC
Black with #3CBBAC
Text Example
Text Example
White with #3CBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBAC; }
p { color: rgb(60,187,172); }
H1.HeaderClassName
{
color: #3CBBAC;
}
.AnyTagClassName
{
color: #3CBBAC;
}
</style>
background-color css
<style>
a { background-color: #3CBBAC; }
a { background-color: rgb(60,187,172); }
div.DivClassName
{
background-color: #3CBBAC;
}
.BgClassName
{
background-color: #3CBBAC;
}
</style>
border-color css
<style>
span { border-color: #3CBBAC; }
span { border-color: rgb(60,187,172); }
td.TdClassName
{
border-color: #3CBBAC;
}
.TagClassName
{
border-color: #3CBBAC;
}
</style>