Shades of Shamrock #36BE8F
Tints of Shamrock #36BE8F
RGB
CMYK
RGB Variations
Color information
#36BE8F (or 0x36BE8F) is known color: Shamrock. HEX triplet: 36, BE and 8F. RGB value is (54,190,143). Sum of RGB (Red+Green+Blue) = 54+190+143=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BE8F is #C94170. Grayscale: #909090. Windows color (decimal): -13189489 or 9420342. OLE color: 9420342.
HSL color Cylindrical-coordinate representation of color #36BE8F: hue angle of 159.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BE8F is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 190 | 143 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.25 |
| HSL | 159.26º | 0.56% | 0.48% | - |
| HSV(B) | 159.26º | 0.72% | 0.75% | - |
| XYZ | 24.89 | 39.59 | 32.32 | - |
| YUV | 143.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 143 | 0.72 | 0 | 0.25 | 0.25 | 159.26 | 0.56 | 0.48 |
| Hex | 36 | BE | 8F | 48 | 0 | 19 | 19 | 9F | 38 | 30 |
| Octal | 66 | 276 | 217 | 110 | 0 | 31 | 31 | 237 | 70 | 60 |
| Binary | 110110 | 10111110 | 10001111 | 1001000 | 0 | 11001 | 11001 | 10011111 | 111000 | 110000 |
Color Harmonies of #36BE8F
Complementary color
Monochromatic Colors of #36BE8F
Black with #36BE8F
Text Example
Text Example
White with #36BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BE8F; }
p { color: rgb(54,190,143); }
H1.HeaderClassName
{
color: #36BE8F;
}
.AnyTagClassName
{
color: #36BE8F;
}
</style>
background-color css
<style>
a { background-color: #36BE8F; }
a { background-color: rgb(54,190,143); }
div.DivClassName
{
background-color: #36BE8F;
}
.BgClassName
{
background-color: #36BE8F;
}
</style>
border-color css
<style>
span { border-color: #36BE8F; }
span { border-color: rgb(54,190,143); }
td.TdClassName
{
border-color: #36BE8F;
}
.TagClassName
{
border-color: #36BE8F;
}
</style>