Shades of Shamrock #36FAAB
Tints of Shamrock #36FAAB
RGB
CMYK
RGB Variations
Color information
#36FAAB (or 0x36FAAB) is known color: Shamrock. HEX triplet: 36, FA and AB. RGB value is (54,250,171). Sum of RGB (Red+Green+Blue) = 54+250+171=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #36FAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FAAB is #C90554. Grayscale: #B6B6B6. Windows color (decimal): -13174101 or 11270710. OLE color: 11270710.
HSL color Cylindrical-coordinate representation of color #36FAAB: hue angle of 155.82º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FAAB is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 171 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.02 |
| HSL | 155.82º | 0.95% | 0.6% | - |
| HSV(B) | 155.82º | 0.78% | 0.98% | - |
| XYZ | 43.06 | 72.1 | 50.17 | - |
| YUV | 182.39 | 121.57 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 171 | 0.78 | 0 | 0.32 | 0.02 | 155.82 | 0.95 | 0.6 |
| Hex | 36 | FA | AB | 4E | 0 | 20 | 2 | 9C | 5F | 3C |
| Octal | 66 | 372 | 253 | 116 | 0 | 40 | 2 | 234 | 137 | 74 |
| Binary | 110110 | 11111010 | 10101011 | 1001110 | 0 | 100000 | 10 | 10011100 | 1011111 | 111100 |
Color Harmonies of #36FAAB
Complementary color
Monochromatic Colors of #36FAAB
Black with #36FAAB
Text Example
Text Example
White with #36FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FAAB; }
p { color: rgb(54,250,171); }
H1.HeaderClassName
{
color: #36FAAB;
}
.AnyTagClassName
{
color: #36FAAB;
}
</style>
background-color css
<style>
a { background-color: #36FAAB; }
a { background-color: rgb(54,250,171); }
div.DivClassName
{
background-color: #36FAAB;
}
.BgClassName
{
background-color: #36FAAB;
}
</style>
border-color css
<style>
span { border-color: #36FAAB; }
span { border-color: rgb(54,250,171); }
td.TdClassName
{
border-color: #36FAAB;
}
.TagClassName
{
border-color: #36FAAB;
}
</style>