Shades of Shamrock #34B89C
Tints of Shamrock #34B89C
RGB
CMYK
RGB Variations
Color information
#34B89C (or 0x34B89C) is known color: Shamrock. HEX triplet: 34, B8 and 9C. RGB value is (52,184,156). Sum of RGB (Red+Green+Blue) = 52+184+156=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #34B89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B89C is #CB4763. Grayscale: #8D8D8D. Windows color (decimal): -13322084 or 10270772. OLE color: 10270772.
HSL color Cylindrical-coordinate representation of color #34B89C: hue angle of 167.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B89C is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 184 | 156 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.28 |
| HSL | 167.27º | 0.56% | 0.46% | - |
| HSV(B) | 167.27º | 0.72% | 0.72% | - |
| XYZ | 24.56 | 37.41 | 37.38 | - |
| YUV | 141.34 | 136.27 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 156 | 0.72 | 0 | 0.15 | 0.28 | 167.27 | 0.56 | 0.46 |
| Hex | 34 | B8 | 9C | 48 | 0 | F | 1C | A7 | 38 | 2E |
| Octal | 64 | 270 | 234 | 110 | 0 | 17 | 34 | 247 | 70 | 56 |
| Binary | 110100 | 10111000 | 10011100 | 1001000 | 0 | 1111 | 11100 | 10100111 | 111000 | 101110 |
Color Harmonies of #34B89C
Complementary color
Monochromatic Colors of #34B89C
Black with #34B89C
Text Example
Text Example
White with #34B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B89C; }
p { color: rgb(52,184,156); }
H1.HeaderClassName
{
color: #34B89C;
}
.AnyTagClassName
{
color: #34B89C;
}
</style>
background-color css
<style>
a { background-color: #34B89C; }
a { background-color: rgb(52,184,156); }
div.DivClassName
{
background-color: #34B89C;
}
.BgClassName
{
background-color: #34B89C;
}
</style>
border-color css
<style>
span { border-color: #34B89C; }
span { border-color: rgb(52,184,156); }
td.TdClassName
{
border-color: #34B89C;
}
.TagClassName
{
border-color: #34B89C;
}
</style>