Shades of Medium Sea Green #3BAF6C
Tints of Medium Sea Green #3BAF6C
RGB
CMYK
RGB Variations
Color information
#3BAF6C (or 0x3BAF6C) is known color: Medium Sea Green. HEX triplet: 3B, AF and 6C. RGB value is (59,175,108). Sum of RGB (Red+Green+Blue) = 59+175+108=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF6C is #C45093. Grayscale: #848484. Windows color (decimal): -12865684 or 7122747. OLE color: 7122747.
HSL color Cylindrical-coordinate representation of color #3BAF6C: hue angle of 145.34º 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 #3BAF6C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 108 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.31 |
| HSL | 145.34º | 0.5% | 0.46% | - |
| HSV(B) | 145.34º | 0.66% | 0.69% | - |
| XYZ | 19.84 | 32.67 | 19.45 | - |
| YUV | 132.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 108 | 0.66 | 0 | 0.38 | 0.31 | 145.34 | 0.5 | 0.46 |
| Hex | 3B | AF | 6C | 42 | 0 | 26 | 1F | 91 | 32 | 2E |
| Octal | 73 | 257 | 154 | 102 | 0 | 46 | 37 | 221 | 62 | 56 |
| Binary | 111011 | 10101111 | 1101100 | 1000010 | 0 | 100110 | 11111 | 10010001 | 110010 | 101110 |
Color Harmonies of #3BAF6C
Complementary color
Monochromatic Colors of #3BAF6C
Black with #3BAF6C
Text Example
Text Example
White with #3BAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF6C; }
p { color: rgb(59,175,108); }
H1.HeaderClassName
{
color: #3BAF6C;
}
.AnyTagClassName
{
color: #3BAF6C;
}
</style>
background-color css
<style>
a { background-color: #3BAF6C; }
a { background-color: rgb(59,175,108); }
div.DivClassName
{
background-color: #3BAF6C;
}
.BgClassName
{
background-color: #3BAF6C;
}
</style>
border-color css
<style>
span { border-color: #3BAF6C; }
span { border-color: rgb(59,175,108); }
td.TdClassName
{
border-color: #3BAF6C;
}
.TagClassName
{
border-color: #3BAF6C;
}
</style>