Shades of Shamrock #36FFAB
Tints of Shamrock #36FFAB
RGB
CMYK
RGB Variations
Color information
#36FFAB (or 0x36FFAB) is known color: Shamrock. HEX triplet: 36, FF and AB. RGB value is (54,255,171). Sum of RGB (Red+Green+Blue) = 54+255+171=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FFAB is #C90054. Grayscale: #B9B9B9. Windows color (decimal): -13172821 or 11271990. OLE color: 11271990.
HSL color Cylindrical-coordinate representation of color #36FFAB: hue angle of 154.93º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFAB is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 171 | - |
| CMYK | 0.79 | 0 | 0.33 | 0 |
| HSL | 154.93º | 1% | 0.61% | - |
| HSV(B) | 154.93º | 0.79% | 1% | - |
| XYZ | 44.63 | 75.24 | 50.7 | - |
| YUV | 185.33 | 119.91 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 171 | 0.79 | 0 | 0.33 | 0 | 154.93 | 1 | 0.61 |
| Hex | 36 | FF | AB | 4F | 0 | 21 | 0 | 9B | 64 | 3D |
| Octal | 66 | 377 | 253 | 117 | 0 | 41 | 0 | 233 | 144 | 75 |
| Binary | 110110 | 11111111 | 10101011 | 1001111 | 0 | 100001 | 0 | 10011011 | 1100100 | 111101 |
Color Harmonies of #36FFAB
Complementary color
Monochromatic Colors of #36FFAB
Black with #36FFAB
Text Example
Text Example
White with #36FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFAB; }
p { color: rgb(54,255,171); }
H1.HeaderClassName
{
color: #36FFAB;
}
.AnyTagClassName
{
color: #36FFAB;
}
</style>
background-color css
<style>
a { background-color: #36FFAB; }
a { background-color: rgb(54,255,171); }
div.DivClassName
{
background-color: #36FFAB;
}
.BgClassName
{
background-color: #36FFAB;
}
</style>
border-color css
<style>
span { border-color: #36FFAB; }
span { border-color: rgb(54,255,171); }
td.TdClassName
{
border-color: #36FFAB;
}
.TagClassName
{
border-color: #36FFAB;
}
</style>