Shades of Shamrock #45BC93
Tints of Shamrock #45BC93
RGB
CMYK
RGB Variations
Color information
#45BC93 (or 0x45BC93) is known color: Shamrock. HEX triplet: 45, BC and 93. RGB value is (69,188,147). Sum of RGB (Red+Green+Blue) = 69+188+147=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BC93 is #BA436C. Grayscale: #939393. Windows color (decimal): -12206957 or 9681989. OLE color: 9681989.
HSL color Cylindrical-coordinate representation of color #45BC93: hue angle of 159.33º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC93 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 147 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.26 |
| HSL | 159.33º | 0.47% | 0.5% | - |
| HSV(B) | 159.33º | 0.63% | 0.74% | - |
| XYZ | 25.7 | 39.34 | 33.84 | - |
| YUV | 147.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 147 | 0.63 | 0 | 0.22 | 0.26 | 159.33 | 0.47 | 0.5 |
| Hex | 45 | BC | 93 | 3F | 0 | 16 | 1A | 9F | 2F | 32 |
| Octal | 105 | 274 | 223 | 77 | 0 | 26 | 32 | 237 | 57 | 62 |
| Binary | 1000101 | 10111100 | 10010011 | 111111 | 0 | 10110 | 11010 | 10011111 | 101111 | 110010 |
Color Harmonies of #45BC93
Complementary color
Monochromatic Colors of #45BC93
Black with #45BC93
Text Example
Text Example
White with #45BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC93; }
p { color: rgb(69,188,147); }
H1.HeaderClassName
{
color: #45BC93;
}
.AnyTagClassName
{
color: #45BC93;
}
</style>
background-color css
<style>
a { background-color: #45BC93; }
a { background-color: rgb(69,188,147); }
div.DivClassName
{
background-color: #45BC93;
}
.BgClassName
{
background-color: #45BC93;
}
</style>
border-color css
<style>
span { border-color: #45BC93; }
span { border-color: rgb(69,188,147); }
td.TdClassName
{
border-color: #45BC93;
}
.TagClassName
{
border-color: #45BC93;
}
</style>