Shades of Medium Sea Green #34C266
Tints of Medium Sea Green #34C266
RGB
CMYK
RGB Variations
Color information
#34C266 (or 0x34C266) is known color: Medium Sea Green. HEX triplet: 34, C2 and 66. RGB value is (52,194,102). Sum of RGB (Red+Green+Blue) = 52+194+102=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #34C266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C266 is #CB3D99. Grayscale: #8D8D8D. Windows color (decimal): -13319578 or 6734388. OLE color: 6734388.
HSL color Cylindrical-coordinate representation of color #34C266: hue angle of 141.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C266 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 102 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.24 |
| HSL | 141.13º | 0.58% | 0.48% | - |
| HSV(B) | 141.13º | 0.73% | 0.76% | - |
| XYZ | 23.11 | 40.27 | 19.13 | - |
| YUV | 141.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 102 | 0.73 | 0 | 0.47 | 0.24 | 141.13 | 0.58 | 0.48 |
| Hex | 34 | C2 | 66 | 49 | 0 | 2F | 18 | 8D | 3A | 30 |
| Octal | 64 | 302 | 146 | 111 | 0 | 57 | 30 | 215 | 72 | 60 |
| Binary | 110100 | 11000010 | 1100110 | 1001001 | 0 | 101111 | 11000 | 10001101 | 111010 | 110000 |
Color Harmonies of #34C266
Complementary color
Monochromatic Colors of #34C266
Black with #34C266
Text Example
Text Example
White with #34C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C266; }
p { color: rgb(52,194,102); }
H1.HeaderClassName
{
color: #34C266;
}
.AnyTagClassName
{
color: #34C266;
}
</style>
background-color css
<style>
a { background-color: #34C266; }
a { background-color: rgb(52,194,102); }
div.DivClassName
{
background-color: #34C266;
}
.BgClassName
{
background-color: #34C266;
}
</style>
border-color css
<style>
span { border-color: #34C266; }
span { border-color: rgb(52,194,102); }
td.TdClassName
{
border-color: #34C266;
}
.TagClassName
{
border-color: #34C266;
}
</style>