Shades of Medium Sea Green #3BAF7B
Tints of Medium Sea Green #3BAF7B
RGB
CMYK
RGB Variations
Color information
#3BAF7B (or 0x3BAF7B) is known color: Medium Sea Green. HEX triplet: 3B, AF and 7B. RGB value is (59,175,123). Sum of RGB (Red+Green+Blue) = 59+175+123=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF7B is #C45084. Grayscale: #868686. Windows color (decimal): -12865669 or 8105787. OLE color: 8105787.
HSL color Cylindrical-coordinate representation of color #3BAF7B: hue angle of 153.1º 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 #3BAF7B is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 123 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.31 |
| HSL | 153.1º | 0.5% | 0.46% | - |
| HSV(B) | 153.1º | 0.66% | 0.69% | - |
| XYZ | 20.71 | 33.02 | 24.02 | - |
| YUV | 134.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 123 | 0.66 | 0 | 0.30 | 0.31 | 153.1 | 0.5 | 0.46 |
| Hex | 3B | AF | 7B | 42 | 0 | 1E | 1F | 99 | 32 | 2E |
| Octal | 73 | 257 | 173 | 102 | 0 | 36 | 37 | 231 | 62 | 56 |
| Binary | 111011 | 10101111 | 1111011 | 1000010 | 0 | 11110 | 11111 | 10011001 | 110010 | 101110 |
Color Harmonies of #3BAF7B
Complementary color
Monochromatic Colors of #3BAF7B
Black with #3BAF7B
Text Example
Text Example
White with #3BAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF7B; }
p { color: rgb(59,175,123); }
H1.HeaderClassName
{
color: #3BAF7B;
}
.AnyTagClassName
{
color: #3BAF7B;
}
</style>
background-color css
<style>
a { background-color: #3BAF7B; }
a { background-color: rgb(59,175,123); }
div.DivClassName
{
background-color: #3BAF7B;
}
.BgClassName
{
background-color: #3BAF7B;
}
</style>
border-color css
<style>
span { border-color: #3BAF7B; }
span { border-color: rgb(59,175,123); }
td.TdClassName
{
border-color: #3BAF7B;
}
.TagClassName
{
border-color: #3BAF7B;
}
</style>