Shades of Shamrock #34CEB5
Tints of Shamrock #34CEB5
RGB
CMYK
RGB Variations
Color information
#34CEB5 (or 0x34CEB5) is known color: Shamrock. HEX triplet: 34, CE and B5. RGB value is (52,206,181). Sum of RGB (Red+Green+Blue) = 52+206+181=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEB5 is #CB314A. Grayscale: #9D9D9D. Windows color (decimal): -13316427 or 11914804. OLE color: 11914804.
HSL color Cylindrical-coordinate representation of color #34CEB5: hue angle of 170.26º degrees, saturation: 0.61, 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 #34CEB5 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 181 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.19 |
| HSL | 170.26º | 0.61% | 0.51% | - |
| HSV(B) | 170.26º | 0.75% | 0.81% | - |
| XYZ | 31.83 | 48.21 | 51.34 | - |
| YUV | 157.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 181 | 0.75 | 0 | 0.12 | 0.19 | 170.26 | 0.61 | 0.51 |
| Hex | 34 | CE | B5 | 4B | 0 | C | 13 | AA | 3D | 33 |
| Octal | 64 | 316 | 265 | 113 | 0 | 14 | 23 | 252 | 75 | 63 |
| Binary | 110100 | 11001110 | 10110101 | 1001011 | 0 | 1100 | 10011 | 10101010 | 111101 | 110011 |
Color Harmonies of #34CEB5
Complementary color
Monochromatic Colors of #34CEB5
Black with #34CEB5
Text Example
Text Example
White with #34CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEB5; }
p { color: rgb(52,206,181); }
H1.HeaderClassName
{
color: #34CEB5;
}
.AnyTagClassName
{
color: #34CEB5;
}
</style>
background-color css
<style>
a { background-color: #34CEB5; }
a { background-color: rgb(52,206,181); }
div.DivClassName
{
background-color: #34CEB5;
}
.BgClassName
{
background-color: #34CEB5;
}
</style>
border-color css
<style>
span { border-color: #34CEB5; }
span { border-color: rgb(52,206,181); }
td.TdClassName
{
border-color: #34CEB5;
}
.TagClassName
{
border-color: #34CEB5;
}
</style>