Shades of Light Sea Green #3BBCAB
Tints of Light Sea Green #3BBCAB
RGB
CMYK
RGB Variations
Color information
#3BBCAB (or 0x3BBCAB) is known color: Light Sea Green. HEX triplet: 3B, BC and AB. RGB value is (59,188,171). Sum of RGB (Red+Green+Blue) = 59+188+171=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBCAB is #C44354. Grayscale: #939393. Windows color (decimal): -12862293 or 11254843. OLE color: 11254843.
HSL color Cylindrical-coordinate representation of color #3BBCAB: hue angle of 172.09º 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 #3BBCAB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 171 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.26 |
| HSL | 172.09º | 0.52% | 0.48% | - |
| HSV(B) | 172.09º | 0.69% | 0.74% | - |
| XYZ | 27.14 | 39.84 | 44.79 | - |
| YUV | 147.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 171 | 0.69 | 0 | 0.09 | 0.26 | 172.09 | 0.52 | 0.48 |
| Hex | 3B | BC | AB | 45 | 0 | 9 | 1A | AC | 34 | 30 |
| Octal | 73 | 274 | 253 | 105 | 0 | 11 | 32 | 254 | 64 | 60 |
| Binary | 111011 | 10111100 | 10101011 | 1000101 | 0 | 1001 | 11010 | 10101100 | 110100 | 110000 |
Color Harmonies of #3BBCAB
Complementary color
Monochromatic Colors of #3BBCAB
Black with #3BBCAB
Text Example
Text Example
White with #3BBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCAB; }
p { color: rgb(59,188,171); }
H1.HeaderClassName
{
color: #3BBCAB;
}
.AnyTagClassName
{
color: #3BBCAB;
}
</style>
background-color css
<style>
a { background-color: #3BBCAB; }
a { background-color: rgb(59,188,171); }
div.DivClassName
{
background-color: #3BBCAB;
}
.BgClassName
{
background-color: #3BBCAB;
}
</style>
border-color css
<style>
span { border-color: #3BBCAB; }
span { border-color: rgb(59,188,171); }
td.TdClassName
{
border-color: #3BBCAB;
}
.TagClassName
{
border-color: #3BBCAB;
}
</style>