Shades of Light Sea Green #3BBBAC
Tints of Light Sea Green #3BBBAC
RGB
CMYK
RGB Variations
Color information
#3BBBAC (or 0x3BBBAC) is known color: Light Sea Green. HEX triplet: 3B, BB and AC. RGB value is (59,187,172). Sum of RGB (Red+Green+Blue) = 59+187+172=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBBAC is #C44453. Grayscale: #929292. Windows color (decimal): -12862548 or 11320123. OLE color: 11320123.
HSL color Cylindrical-coordinate representation of color #3BBBAC: hue angle of 172.97º degrees, saturation: 0.52, 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 #3BBBAC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 187 | 172 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.27 |
| HSL | 172.97º | 0.52% | 0.48% | - |
| HSV(B) | 172.97º | 0.68% | 0.73% | - |
| XYZ | 27.02 | 39.45 | 45.22 | - |
| YUV | 147.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 172 | 0.68 | 0 | 0.08 | 0.27 | 172.97 | 0.52 | 0.48 |
| Hex | 3B | BB | AC | 44 | 0 | 8 | 1B | AD | 34 | 30 |
| Octal | 73 | 273 | 254 | 104 | 0 | 10 | 33 | 255 | 64 | 60 |
| Binary | 111011 | 10111011 | 10101100 | 1000100 | 0 | 1000 | 11011 | 10101101 | 110100 | 110000 |
Color Harmonies of #3BBBAC
Complementary color
Monochromatic Colors of #3BBBAC
Black with #3BBBAC
Text Example
Text Example
White with #3BBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBAC; }
p { color: rgb(59,187,172); }
H1.HeaderClassName
{
color: #3BBBAC;
}
.AnyTagClassName
{
color: #3BBBAC;
}
</style>
background-color css
<style>
a { background-color: #3BBBAC; }
a { background-color: rgb(59,187,172); }
div.DivClassName
{
background-color: #3BBBAC;
}
.BgClassName
{
background-color: #3BBBAC;
}
</style>
border-color css
<style>
span { border-color: #3BBBAC; }
span { border-color: rgb(59,187,172); }
td.TdClassName
{
border-color: #3BBBAC;
}
.TagClassName
{
border-color: #3BBBAC;
}
</style>