Shades of Medium Sea Green #3BAF64
Tints of Medium Sea Green #3BAF64
RGB
CMYK
RGB Variations
Color information
#3BAF64 (or 0x3BAF64) is known color: Medium Sea Green. HEX triplet: 3B, AF and 64. RGB value is (59,175,100). Sum of RGB (Red+Green+Blue) = 59+175+100=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF64 is #C4509B. Grayscale: #838383. Windows color (decimal): -12865692 or 6598459. OLE color: 6598459.
HSL color Cylindrical-coordinate representation of color #3BAF64: hue angle of 141.21º 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 #3BAF64 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 100 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.31 |
| HSL | 141.21º | 0.5% | 0.46% | - |
| HSV(B) | 141.21º | 0.66% | 0.69% | - |
| XYZ | 19.43 | 32.51 | 17.31 | - |
| YUV | 131.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 100 | 0.66 | 0 | 0.43 | 0.31 | 141.21 | 0.5 | 0.46 |
| Hex | 3B | AF | 64 | 42 | 0 | 2B | 1F | 8D | 32 | 2E |
| Octal | 73 | 257 | 144 | 102 | 0 | 53 | 37 | 215 | 62 | 56 |
| Binary | 111011 | 10101111 | 1100100 | 1000010 | 0 | 101011 | 11111 | 10001101 | 110010 | 101110 |
Color Harmonies of #3BAF64
Complementary color
Monochromatic Colors of #3BAF64
Black with #3BAF64
Text Example
Text Example
White with #3BAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF64; }
p { color: rgb(59,175,100); }
H1.HeaderClassName
{
color: #3BAF64;
}
.AnyTagClassName
{
color: #3BAF64;
}
</style>
background-color css
<style>
a { background-color: #3BAF64; }
a { background-color: rgb(59,175,100); }
div.DivClassName
{
background-color: #3BAF64;
}
.BgClassName
{
background-color: #3BAF64;
}
</style>
border-color css
<style>
span { border-color: #3BAF64; }
span { border-color: rgb(59,175,100); }
td.TdClassName
{
border-color: #3BAF64;
}
.TagClassName
{
border-color: #3BAF64;
}
</style>