Shades of Medium Sea Green #3BAA72
Tints of Medium Sea Green #3BAA72
RGB
CMYK
RGB Variations
Color information
#3BAA72 (or 0x3BAA72) is known color: Medium Sea Green. HEX triplet: 3B, AA and 72. RGB value is (59,170,114). Sum of RGB (Red+Green+Blue) = 59+170+114=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAA72 is #C4558D. Grayscale: #828282. Windows color (decimal): -12866958 or 7514683. OLE color: 7514683.
HSL color Cylindrical-coordinate representation of color #3BAA72: hue angle of 149.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA72 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 114 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.33 |
| HSL | 149.73º | 0.48% | 0.45% | - |
| HSV(B) | 149.73º | 0.65% | 0.67% | - |
| XYZ | 19.22 | 30.89 | 20.87 | - |
| YUV | 130.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 114 | 0.65 | 0 | 0.33 | 0.33 | 149.73 | 0.48 | 0.45 |
| Hex | 3B | AA | 72 | 41 | 0 | 21 | 21 | 96 | 30 | 2D |
| Octal | 73 | 252 | 162 | 101 | 0 | 41 | 41 | 226 | 60 | 55 |
| Binary | 111011 | 10101010 | 1110010 | 1000001 | 0 | 100001 | 100001 | 10010110 | 110000 | 101101 |
Color Harmonies of #3BAA72
Complementary color
Monochromatic Colors of #3BAA72
Black with #3BAA72
Text Example
Text Example
White with #3BAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA72; }
p { color: rgb(59,170,114); }
H1.HeaderClassName
{
color: #3BAA72;
}
.AnyTagClassName
{
color: #3BAA72;
}
</style>
background-color css
<style>
a { background-color: #3BAA72; }
a { background-color: rgb(59,170,114); }
div.DivClassName
{
background-color: #3BAA72;
}
.BgClassName
{
background-color: #3BAA72;
}
</style>
border-color css
<style>
span { border-color: #3BAA72; }
span { border-color: rgb(59,170,114); }
td.TdClassName
{
border-color: #3BAA72;
}
.TagClassName
{
border-color: #3BAA72;
}
</style>