Shades of Medium Sea Green #3BAF80
Tints of Medium Sea Green #3BAF80
RGB
CMYK
RGB Variations
Color information
#3BAF80 (or 0x3BAF80) is known color: Medium Sea Green. HEX triplet: 3B, AF and 80. RGB value is (59,175,128). Sum of RGB (Red+Green+Blue) = 59+175+128=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF80 is #C4507F. Grayscale: #878787. Windows color (decimal): -12865664 or 8433467. OLE color: 8433467.
HSL color Cylindrical-coordinate representation of color #3BAF80: hue angle of 155.69º 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 #3BAF80 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 128 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.31 |
| HSL | 155.69º | 0.5% | 0.46% | - |
| HSV(B) | 155.69º | 0.66% | 0.69% | - |
| XYZ | 21.03 | 33.15 | 25.71 | - |
| YUV | 134.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 128 | 0.66 | 0 | 0.27 | 0.31 | 155.69 | 0.5 | 0.46 |
| Hex | 3B | AF | 80 | 42 | 0 | 1B | 1F | 9C | 32 | 2E |
| Octal | 73 | 257 | 200 | 102 | 0 | 33 | 37 | 234 | 62 | 56 |
| Binary | 111011 | 10101111 | 10000000 | 1000010 | 0 | 11011 | 11111 | 10011100 | 110010 | 101110 |
Color Harmonies of #3BAF80
Complementary color
Monochromatic Colors of #3BAF80
Black with #3BAF80
Text Example
Text Example
White with #3BAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF80; }
p { color: rgb(59,175,128); }
H1.HeaderClassName
{
color: #3BAF80;
}
.AnyTagClassName
{
color: #3BAF80;
}
</style>
background-color css
<style>
a { background-color: #3BAF80; }
a { background-color: rgb(59,175,128); }
div.DivClassName
{
background-color: #3BAF80;
}
.BgClassName
{
background-color: #3BAF80;
}
</style>
border-color css
<style>
span { border-color: #3BAF80; }
span { border-color: rgb(59,175,128); }
td.TdClassName
{
border-color: #3BAF80;
}
.TagClassName
{
border-color: #3BAF80;
}
</style>