Shades of Light Sea Green #3BACAF
Tints of Light Sea Green #3BACAF
RGB
CMYK
RGB Variations
Color information
#3BACAF (or 0x3BACAF) is known color: Light Sea Green. HEX triplet: 3B, AC and AF. RGB value is (59,172,175). Sum of RGB (Red+Green+Blue) = 59+172+175=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BACAF is #C45350. Grayscale: #8A8A8A. Windows color (decimal): -12866385 or 11512891. OLE color: 11512891.
HSL color Cylindrical-coordinate representation of color #3BACAF: hue angle of 181.55º 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 #3BACAF is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 172 | 175 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.31 |
| HSL | 181.55º | 0.5% | 0.46% | - |
| HSV(B) | 181.55º | 0.66% | 0.69% | - |
| XYZ | 24.29 | 33.53 | 45.75 | - |
| YUV | 138.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 175 | 0.66 | 0.02 | 0 | 0.31 | 181.55 | 0.5 | 0.46 |
| Hex | 3B | AC | AF | 42 | 2 | 0 | 1F | B6 | 32 | 2E |
| Octal | 73 | 254 | 257 | 102 | 2 | 0 | 37 | 266 | 62 | 56 |
| Binary | 111011 | 10101100 | 10101111 | 1000010 | 10 | 0 | 11111 | 10110110 | 110010 | 101110 |
Color Harmonies of #3BACAF
Complementary color
Monochromatic Colors of #3BACAF
Black with #3BACAF
Text Example
Text Example
White with #3BACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACAF; }
p { color: rgb(59,172,175); }
H1.HeaderClassName
{
color: #3BACAF;
}
.AnyTagClassName
{
color: #3BACAF;
}
</style>
background-color css
<style>
a { background-color: #3BACAF; }
a { background-color: rgb(59,172,175); }
div.DivClassName
{
background-color: #3BACAF;
}
.BgClassName
{
background-color: #3BACAF;
}
</style>
border-color css
<style>
span { border-color: #3BACAF; }
span { border-color: rgb(59,172,175); }
td.TdClassName
{
border-color: #3BACAF;
}
.TagClassName
{
border-color: #3BACAF;
}
</style>