Shades of Medium Sea Green #34CF68
Tints of Medium Sea Green #34CF68
RGB
CMYK
RGB Variations
Color information
#34CF68 (or 0x34CF68) is known color: Medium Sea Green. HEX triplet: 34, CF and 68. RGB value is (52,207,104). Sum of RGB (Red+Green+Blue) = 52+207+104=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF68 is #CB3097. Grayscale: #959595. Windows color (decimal): -13316248 or 6868788. OLE color: 6868788.
HSL color Cylindrical-coordinate representation of color #34CF68: hue angle of 140.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF68 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 104 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.19 |
| HSL | 140.13º | 0.62% | 0.51% | - |
| HSV(B) | 140.13º | 0.75% | 0.81% | - |
| XYZ | 26.23 | 46.36 | 20.66 | - |
| YUV | 148.91 | 102.65 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 104 | 0.75 | 0 | 0.50 | 0.19 | 140.13 | 0.62 | 0.51 |
| Hex | 34 | CF | 68 | 4B | 0 | 32 | 13 | 8C | 3E | 33 |
| Octal | 64 | 317 | 150 | 113 | 0 | 62 | 23 | 214 | 76 | 63 |
| Binary | 110100 | 11001111 | 1101000 | 1001011 | 0 | 110010 | 10011 | 10001100 | 111110 | 110011 |
Color Harmonies of #34CF68
Complementary color
Monochromatic Colors of #34CF68
Black with #34CF68
Text Example
Text Example
White with #34CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF68; }
p { color: rgb(52,207,104); }
H1.HeaderClassName
{
color: #34CF68;
}
.AnyTagClassName
{
color: #34CF68;
}
</style>
background-color css
<style>
a { background-color: #34CF68; }
a { background-color: rgb(52,207,104); }
div.DivClassName
{
background-color: #34CF68;
}
.BgClassName
{
background-color: #34CF68;
}
</style>
border-color css
<style>
span { border-color: #34CF68; }
span { border-color: rgb(52,207,104); }
td.TdClassName
{
border-color: #34CF68;
}
.TagClassName
{
border-color: #34CF68;
}
</style>