Shades of Light Sea Green #3BACB0
Tints of Light Sea Green #3BACB0
RGB
CMYK
RGB Variations
Color information
#3BACB0 (or 0x3BACB0) is known color: Light Sea Green. HEX triplet: 3B, AC and B0. RGB value is (59,172,176). Sum of RGB (Red+Green+Blue) = 59+172+176=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #3BACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BACB0 is #C4534F. Grayscale: #8A8A8A. Windows color (decimal): -12866384 or 11578427. OLE color: 11578427.
HSL color Cylindrical-coordinate representation of color #3BACB0: hue angle of 182.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BACB0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 172 | 176 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.31 |
| HSL | 182.05º | 0.5% | 0.46% | - |
| HSV(B) | 182.05º | 0.66% | 0.69% | - |
| XYZ | 24.39 | 33.57 | 46.27 | - |
| YUV | 138.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 176 | 0.66 | 0.02 | 0 | 0.31 | 182.05 | 0.5 | 0.46 |
| Hex | 3B | AC | B0 | 42 | 2 | 0 | 1F | B6 | 32 | 2E |
| Octal | 73 | 254 | 260 | 102 | 2 | 0 | 37 | 266 | 62 | 56 |
| Binary | 111011 | 10101100 | 10110000 | 1000010 | 10 | 0 | 11111 | 10110110 | 110010 | 101110 |
Color Harmonies of #3BACB0
Complementary color
Monochromatic Colors of #3BACB0
Black with #3BACB0
Text Example
Text Example
White with #3BACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACB0; }
p { color: rgb(59,172,176); }
H1.HeaderClassName
{
color: #3BACB0;
}
.AnyTagClassName
{
color: #3BACB0;
}
</style>
background-color css
<style>
a { background-color: #3BACB0; }
a { background-color: rgb(59,172,176); }
div.DivClassName
{
background-color: #3BACB0;
}
.BgClassName
{
background-color: #3BACB0;
}
</style>
border-color css
<style>
span { border-color: #3BACB0; }
span { border-color: rgb(59,172,176); }
td.TdClassName
{
border-color: #3BACB0;
}
.TagClassName
{
border-color: #3BACB0;
}
</style>