Shades of Medium Sea Green #34CB64
Tints of Medium Sea Green #34CB64
RGB
CMYK
RGB Variations
Color information
#34CB64 (or 0x34CB64) is known color: Medium Sea Green. HEX triplet: 34, CB and 64. RGB value is (52,203,100). Sum of RGB (Red+Green+Blue) = 52+203+100=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CB64 is #CB349B. Grayscale: #929292. Windows color (decimal): -13317276 or 6605620. OLE color: 6605620.
HSL color Cylindrical-coordinate representation of color #34CB64: hue angle of 139.07º 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 #34CB64 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 100 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.20 |
| HSL | 139.07º | 0.59% | 0.5% | - |
| HSV(B) | 139.07º | 0.74% | 0.8% | - |
| XYZ | 25.07 | 44.36 | 19.3 | - |
| YUV | 146.11 | 101.97 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 100 | 0.74 | 0 | 0.51 | 0.20 | 139.07 | 0.59 | 0.5 |
| Hex | 34 | CB | 64 | 4A | 0 | 33 | 14 | 8B | 3B | 32 |
| Octal | 64 | 313 | 144 | 112 | 0 | 63 | 24 | 213 | 73 | 62 |
| Binary | 110100 | 11001011 | 1100100 | 1001010 | 0 | 110011 | 10100 | 10001011 | 111011 | 110010 |
Color Harmonies of #34CB64
Complementary color
Monochromatic Colors of #34CB64
Black with #34CB64
Text Example
Text Example
White with #34CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB64; }
p { color: rgb(52,203,100); }
H1.HeaderClassName
{
color: #34CB64;
}
.AnyTagClassName
{
color: #34CB64;
}
</style>
background-color css
<style>
a { background-color: #34CB64; }
a { background-color: rgb(52,203,100); }
div.DivClassName
{
background-color: #34CB64;
}
.BgClassName
{
background-color: #34CB64;
}
</style>
border-color css
<style>
span { border-color: #34CB64; }
span { border-color: rgb(52,203,100); }
td.TdClassName
{
border-color: #34CB64;
}
.TagClassName
{
border-color: #34CB64;
}
</style>