Shades of Shamrock #45BC96
Tints of Shamrock #45BC96
RGB
CMYK
RGB Variations
Color information
#45BC96 (or 0x45BC96) is known color: Shamrock. HEX triplet: 45, BC and 96. RGB value is (69,188,150). Sum of RGB (Red+Green+Blue) = 69+188+150=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BC96 is #BA4369. Grayscale: #949494. Windows color (decimal): -12206954 or 9878597. OLE color: 9878597.
HSL color Cylindrical-coordinate representation of color #45BC96: hue angle of 160.84º 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 #45BC96 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 150 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.26 |
| HSL | 160.84º | 0.47% | 0.5% | - |
| HSV(B) | 160.84º | 0.63% | 0.74% | - |
| XYZ | 25.94 | 39.43 | 35.1 | - |
| YUV | 148.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 150 | 0.63 | 0 | 0.20 | 0.26 | 160.84 | 0.47 | 0.5 |
| Hex | 45 | BC | 96 | 3F | 0 | 14 | 1A | A1 | 2F | 32 |
| Octal | 105 | 274 | 226 | 77 | 0 | 24 | 32 | 241 | 57 | 62 |
| Binary | 1000101 | 10111100 | 10010110 | 111111 | 0 | 10100 | 11010 | 10100001 | 101111 | 110010 |
Color Harmonies of #45BC96
Complementary color
Monochromatic Colors of #45BC96
Black with #45BC96
Text Example
Text Example
White with #45BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC96; }
p { color: rgb(69,188,150); }
H1.HeaderClassName
{
color: #45BC96;
}
.AnyTagClassName
{
color: #45BC96;
}
</style>
background-color css
<style>
a { background-color: #45BC96; }
a { background-color: rgb(69,188,150); }
div.DivClassName
{
background-color: #45BC96;
}
.BgClassName
{
background-color: #45BC96;
}
</style>
border-color css
<style>
span { border-color: #45BC96; }
span { border-color: rgb(69,188,150); }
td.TdClassName
{
border-color: #45BC96;
}
.TagClassName
{
border-color: #45BC96;
}
</style>