Shades of Medium Sea Green #34BB74
Tints of Medium Sea Green #34BB74
RGB
CMYK
RGB Variations
Color information
#34BB74 (or 0x34BB74) is known color: Medium Sea Green. HEX triplet: 34, BB and 74. RGB value is (52,187,116). Sum of RGB (Red+Green+Blue) = 52+187+116=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BB74 is #CB448B. Grayscale: #8A8A8A. Windows color (decimal): -13321356 or 7650100. OLE color: 7650100.
HSL color Cylindrical-coordinate representation of color #34BB74: hue angle of 148.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BB74 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 187 | 116 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.27 |
| HSL | 148.44º | 0.56% | 0.47% | - |
| HSV(B) | 148.44º | 0.72% | 0.73% | - |
| XYZ | 22.34 | 37.53 | 22.59 | - |
| YUV | 138.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 116 | 0.72 | 0 | 0.38 | 0.27 | 148.44 | 0.56 | 0.47 |
| Hex | 34 | BB | 74 | 48 | 0 | 26 | 1B | 94 | 38 | 2F |
| Octal | 64 | 273 | 164 | 110 | 0 | 46 | 33 | 224 | 70 | 57 |
| Binary | 110100 | 10111011 | 1110100 | 1001000 | 0 | 100110 | 11011 | 10010100 | 111000 | 101111 |
Color Harmonies of #34BB74
Complementary color
Monochromatic Colors of #34BB74
Black with #34BB74
Text Example
Text Example
White with #34BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BB74; }
p { color: rgb(52,187,116); }
H1.HeaderClassName
{
color: #34BB74;
}
.AnyTagClassName
{
color: #34BB74;
}
</style>
background-color css
<style>
a { background-color: #34BB74; }
a { background-color: rgb(52,187,116); }
div.DivClassName
{
background-color: #34BB74;
}
.BgClassName
{
background-color: #34BB74;
}
</style>
border-color css
<style>
span { border-color: #34BB74; }
span { border-color: rgb(52,187,116); }
td.TdClassName
{
border-color: #34BB74;
}
.TagClassName
{
border-color: #34BB74;
}
</style>