Shades of Medium Sea Green #34CA7F
Tints of Medium Sea Green #34CA7F
RGB
CMYK
RGB Variations
Color information
#34CA7F (or 0x34CA7F) is known color: Medium Sea Green. HEX triplet: 34, CA and 7F. RGB value is (52,202,127). Sum of RGB (Red+Green+Blue) = 52+202+127=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA7F is #CB3580. Grayscale: #949494. Windows color (decimal): -13317505 or 8374836. OLE color: 8374836.
HSL color Cylindrical-coordinate representation of color #34CA7F: hue angle of 150º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA7F is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 127 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.21 |
| HSL | 150º | 0.59% | 0.5% | - |
| HSV(B) | 150º | 0.74% | 0.79% | - |
| XYZ | 26.37 | 44.5 | 27.28 | - |
| YUV | 148.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 127 | 0.74 | 0 | 0.37 | 0.21 | 150 | 0.59 | 0.5 |
| Hex | 34 | CA | 7F | 4A | 0 | 25 | 15 | 96 | 3B | 32 |
| Octal | 64 | 312 | 177 | 112 | 0 | 45 | 25 | 226 | 73 | 62 |
| Binary | 110100 | 11001010 | 1111111 | 1001010 | 0 | 100101 | 10101 | 10010110 | 111011 | 110010 |
Color Harmonies of #34CA7F
Complementary color
Monochromatic Colors of #34CA7F
Black with #34CA7F
Text Example
Text Example
White with #34CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA7F; }
p { color: rgb(52,202,127); }
H1.HeaderClassName
{
color: #34CA7F;
}
.AnyTagClassName
{
color: #34CA7F;
}
</style>
background-color css
<style>
a { background-color: #34CA7F; }
a { background-color: rgb(52,202,127); }
div.DivClassName
{
background-color: #34CA7F;
}
.BgClassName
{
background-color: #34CA7F;
}
</style>
border-color css
<style>
span { border-color: #34CA7F; }
span { border-color: rgb(52,202,127); }
td.TdClassName
{
border-color: #34CA7F;
}
.TagClassName
{
border-color: #34CA7F;
}
</style>