Shades of Light Sea Green #3BBCAC
Tints of Light Sea Green #3BBCAC
RGB
CMYK
RGB Variations
Color information
#3BBCAC (or 0x3BBCAC) is known color: Light Sea Green. HEX triplet: 3B, BC and AC. RGB value is (59,188,172). Sum of RGB (Red+Green+Blue) = 59+188+172=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBCAC is #C44353. Grayscale: #939393. Windows color (decimal): -12862292 or 11320379. OLE color: 11320379.
HSL color Cylindrical-coordinate representation of color #3BBCAC: hue angle of 172.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBCAC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 172 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.26 |
| HSL | 172.56º | 0.52% | 0.48% | - |
| HSV(B) | 172.56º | 0.69% | 0.74% | - |
| XYZ | 27.23 | 39.87 | 45.29 | - |
| YUV | 147.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 172 | 0.69 | 0 | 0.09 | 0.26 | 172.56 | 0.52 | 0.48 |
| Hex | 3B | BC | AC | 45 | 0 | 9 | 1A | AD | 34 | 30 |
| Octal | 73 | 274 | 254 | 105 | 0 | 11 | 32 | 255 | 64 | 60 |
| Binary | 111011 | 10111100 | 10101100 | 1000101 | 0 | 1001 | 11010 | 10101101 | 110100 | 110000 |
Color Harmonies of #3BBCAC
Complementary color
Monochromatic Colors of #3BBCAC
Black with #3BBCAC
Text Example
Text Example
White with #3BBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCAC; }
p { color: rgb(59,188,172); }
H1.HeaderClassName
{
color: #3BBCAC;
}
.AnyTagClassName
{
color: #3BBCAC;
}
</style>
background-color css
<style>
a { background-color: #3BBCAC; }
a { background-color: rgb(59,188,172); }
div.DivClassName
{
background-color: #3BBCAC;
}
.BgClassName
{
background-color: #3BBCAC;
}
</style>
border-color css
<style>
span { border-color: #3BBCAC; }
span { border-color: rgb(59,188,172); }
td.TdClassName
{
border-color: #3BBCAC;
}
.TagClassName
{
border-color: #3BBCAC;
}
</style>