Shades of Medium Sea Green #34CA6B
Tints of Medium Sea Green #34CA6B
RGB
CMYK
RGB Variations
Color information
#34CA6B (or 0x34CA6B) is known color: Medium Sea Green. HEX triplet: 34, CA and 6B. RGB value is (52,202,107). Sum of RGB (Red+Green+Blue) = 52+202+107=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA6B is #CB3594. Grayscale: #929292. Windows color (decimal): -13317525 or 7064116. OLE color: 7064116.
HSL color Cylindrical-coordinate representation of color #34CA6B: hue angle of 142º 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 #34CA6B is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 107 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.21 |
| HSL | 142º | 0.59% | 0.5% | - |
| HSV(B) | 142º | 0.74% | 0.79% | - |
| XYZ | 25.19 | 44.03 | 21.08 | - |
| YUV | 146.32 | 105.81 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 107 | 0.74 | 0 | 0.47 | 0.21 | 142 | 0.59 | 0.5 |
| Hex | 34 | CA | 6B | 4A | 0 | 2F | 15 | 8E | 3B | 32 |
| Octal | 64 | 312 | 153 | 112 | 0 | 57 | 25 | 216 | 73 | 62 |
| Binary | 110100 | 11001010 | 1101011 | 1001010 | 0 | 101111 | 10101 | 10001110 | 111011 | 110010 |
Color Harmonies of #34CA6B
Complementary color
Monochromatic Colors of #34CA6B
Black with #34CA6B
Text Example
Text Example
White with #34CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA6B; }
p { color: rgb(52,202,107); }
H1.HeaderClassName
{
color: #34CA6B;
}
.AnyTagClassName
{
color: #34CA6B;
}
</style>
background-color css
<style>
a { background-color: #34CA6B; }
a { background-color: rgb(52,202,107); }
div.DivClassName
{
background-color: #34CA6B;
}
.BgClassName
{
background-color: #34CA6B;
}
</style>
border-color css
<style>
span { border-color: #34CA6B; }
span { border-color: rgb(52,202,107); }
td.TdClassName
{
border-color: #34CA6B;
}
.TagClassName
{
border-color: #34CA6B;
}
</style>