Shades of Medium Sea Green #34BB7E
Tints of Medium Sea Green #34BB7E
RGB
CMYK
RGB Variations
Color information
#34BB7E (or 0x34BB7E) is known color: Medium Sea Green. HEX triplet: 34, BB and 7E. RGB value is (52,187,126). Sum of RGB (Red+Green+Blue) = 52+187+126=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BB7E is #CB4481. Grayscale: #8B8B8B. Windows color (decimal): -13321346 or 8305460. OLE color: 8305460.
HSL color Cylindrical-coordinate representation of color #34BB7E: hue angle of 152.89º 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 #34BB7E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 187 | 126 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.27 |
| HSL | 152.89º | 0.56% | 0.47% | - |
| HSV(B) | 152.89º | 0.72% | 0.73% | - |
| XYZ | 22.95 | 37.78 | 25.82 | - |
| YUV | 139.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 126 | 0.72 | 0 | 0.33 | 0.27 | 152.89 | 0.56 | 0.47 |
| Hex | 34 | BB | 7E | 48 | 0 | 21 | 1B | 99 | 38 | 2F |
| Octal | 64 | 273 | 176 | 110 | 0 | 41 | 33 | 231 | 70 | 57 |
| Binary | 110100 | 10111011 | 1111110 | 1001000 | 0 | 100001 | 11011 | 10011001 | 111000 | 101111 |
Color Harmonies of #34BB7E
Complementary color
Monochromatic Colors of #34BB7E
Black with #34BB7E
Text Example
Text Example
White with #34BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BB7E; }
p { color: rgb(52,187,126); }
H1.HeaderClassName
{
color: #34BB7E;
}
.AnyTagClassName
{
color: #34BB7E;
}
</style>
background-color css
<style>
a { background-color: #34BB7E; }
a { background-color: rgb(52,187,126); }
div.DivClassName
{
background-color: #34BB7E;
}
.BgClassName
{
background-color: #34BB7E;
}
</style>
border-color css
<style>
span { border-color: #34BB7E; }
span { border-color: rgb(52,187,126); }
td.TdClassName
{
border-color: #34BB7E;
}
.TagClassName
{
border-color: #34BB7E;
}
</style>