Shades of Medium Sea Green #3BB080
Tints of Medium Sea Green #3BB080
RGB
CMYK
RGB Variations
Color information
#3BB080 (or 0x3BB080) is known color: Medium Sea Green. HEX triplet: 3B, B0 and 80. RGB value is (59,176,128). Sum of RGB (Red+Green+Blue) = 59+176+128=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB080 is #C44F7F. Grayscale: #878787. Windows color (decimal): -12865408 or 8433723. OLE color: 8433723.
HSL color Cylindrical-coordinate representation of color #3BB080: hue angle of 155.38º 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 #3BB080 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 176 | 128 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.31 |
| HSL | 155.38º | 0.5% | 0.46% | - |
| HSV(B) | 155.38º | 0.66% | 0.69% | - |
| XYZ | 21.23 | 33.54 | 25.78 | - |
| YUV | 135.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 128 | 0.66 | 0 | 0.27 | 0.31 | 155.38 | 0.5 | 0.46 |
| Hex | 3B | B0 | 80 | 42 | 0 | 1B | 1F | 9B | 32 | 2E |
| Octal | 73 | 260 | 200 | 102 | 0 | 33 | 37 | 233 | 62 | 56 |
| Binary | 111011 | 10110000 | 10000000 | 1000010 | 0 | 11011 | 11111 | 10011011 | 110010 | 101110 |
Color Harmonies of #3BB080
Complementary color
Monochromatic Colors of #3BB080
Black with #3BB080
Text Example
Text Example
White with #3BB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB080; }
p { color: rgb(59,176,128); }
H1.HeaderClassName
{
color: #3BB080;
}
.AnyTagClassName
{
color: #3BB080;
}
</style>
background-color css
<style>
a { background-color: #3BB080; }
a { background-color: rgb(59,176,128); }
div.DivClassName
{
background-color: #3BB080;
}
.BgClassName
{
background-color: #3BB080;
}
</style>
border-color css
<style>
span { border-color: #3BB080; }
span { border-color: rgb(59,176,128); }
td.TdClassName
{
border-color: #3BB080;
}
.TagClassName
{
border-color: #3BB080;
}
</style>