Shades of Shamrock #34CF9D
Tints of Shamrock #34CF9D
RGB
CMYK
RGB Variations
Color information
#34CF9D (or 0x34CF9D) is known color: Shamrock. HEX triplet: 34, CF and 9D. RGB value is (52,207,157). Sum of RGB (Red+Green+Blue) = 52+207+157=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CF9D is #CB3062. Grayscale: #9B9B9B. Windows color (decimal): -13316195 or 10342196. OLE color: 10342196.
HSL color Cylindrical-coordinate representation of color #34CF9D: hue angle of 160.65º 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 #34CF9D is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 157 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.19 |
| HSL | 160.65º | 0.62% | 0.51% | - |
| HSV(B) | 160.65º | 0.75% | 0.81% | - |
| XYZ | 29.81 | 47.79 | 39.55 | - |
| YUV | 154.96 | 129.15 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 157 | 0.75 | 0 | 0.24 | 0.19 | 160.65 | 0.62 | 0.51 |
| Hex | 34 | CF | 9D | 4B | 0 | 18 | 13 | A1 | 3E | 33 |
| Octal | 64 | 317 | 235 | 113 | 0 | 30 | 23 | 241 | 76 | 63 |
| Binary | 110100 | 11001111 | 10011101 | 1001011 | 0 | 11000 | 10011 | 10100001 | 111110 | 110011 |
Color Harmonies of #34CF9D
Complementary color
Monochromatic Colors of #34CF9D
Black with #34CF9D
Text Example
Text Example
White with #34CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF9D; }
p { color: rgb(52,207,157); }
H1.HeaderClassName
{
color: #34CF9D;
}
.AnyTagClassName
{
color: #34CF9D;
}
</style>
background-color css
<style>
a { background-color: #34CF9D; }
a { background-color: rgb(52,207,157); }
div.DivClassName
{
background-color: #34CF9D;
}
.BgClassName
{
background-color: #34CF9D;
}
</style>
border-color css
<style>
span { border-color: #34CF9D; }
span { border-color: rgb(52,207,157); }
td.TdClassName
{
border-color: #34CF9D;
}
.TagClassName
{
border-color: #34CF9D;
}
</style>