Shades of Medium Sea Green #34CB74
Tints of Medium Sea Green #34CB74
RGB
CMYK
RGB Variations
Color information
#34CB74 (or 0x34CB74) is known color: Medium Sea Green. HEX triplet: 34, CB and 74. RGB value is (52,203,116). Sum of RGB (Red+Green+Blue) = 52+203+116=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CB74 is #CB348B. Grayscale: #949494. Windows color (decimal): -13317260 or 7654196. OLE color: 7654196.
HSL color Cylindrical-coordinate representation of color #34CB74: hue angle of 145.43º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB74 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 116 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.20 |
| HSL | 145.43º | 0.59% | 0.5% | - |
| HSV(B) | 145.43º | 0.74% | 0.8% | - |
| XYZ | 25.92 | 44.7 | 23.79 | - |
| YUV | 147.93 | 109.97 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 116 | 0.74 | 0 | 0.43 | 0.20 | 145.43 | 0.59 | 0.5 |
| Hex | 34 | CB | 74 | 4A | 0 | 2B | 14 | 91 | 3B | 32 |
| Octal | 64 | 313 | 164 | 112 | 0 | 53 | 24 | 221 | 73 | 62 |
| Binary | 110100 | 11001011 | 1110100 | 1001010 | 0 | 101011 | 10100 | 10010001 | 111011 | 110010 |
Color Harmonies of #34CB74
Complementary color
Monochromatic Colors of #34CB74
Black with #34CB74
Text Example
Text Example
White with #34CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB74; }
p { color: rgb(52,203,116); }
H1.HeaderClassName
{
color: #34CB74;
}
.AnyTagClassName
{
color: #34CB74;
}
</style>
background-color css
<style>
a { background-color: #34CB74; }
a { background-color: rgb(52,203,116); }
div.DivClassName
{
background-color: #34CB74;
}
.BgClassName
{
background-color: #34CB74;
}
</style>
border-color css
<style>
span { border-color: #34CB74; }
span { border-color: rgb(52,203,116); }
td.TdClassName
{
border-color: #34CB74;
}
.TagClassName
{
border-color: #34CB74;
}
</style>