Shades of Shamrock #36DFA1
Tints of Shamrock #36DFA1
RGB
CMYK
RGB Variations
Color information
#36DFA1 (or 0x36DFA1) is known color: Shamrock. HEX triplet: 36, DF and A1. RGB value is (54,223,161). Sum of RGB (Red+Green+Blue) = 54+223+161=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DFA1 is #C9205E. Grayscale: #A5A5A5. Windows color (decimal): -13181023 or 10608438. OLE color: 10608438.
HSL color Cylindrical-coordinate representation of color #36DFA1: hue angle of 157.99º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFA1 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 161 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.13 |
| HSL | 157.99º | 0.73% | 0.54% | - |
| HSV(B) | 157.99º | 0.76% | 0.87% | - |
| XYZ | 34.34 | 56.13 | 42.74 | - |
| YUV | 165.4 | 125.51 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 161 | 0.76 | 0 | 0.28 | 0.13 | 157.99 | 0.73 | 0.54 |
| Hex | 36 | DF | A1 | 4C | 0 | 1C | D | 9E | 49 | 36 |
| Octal | 66 | 337 | 241 | 114 | 0 | 34 | 15 | 236 | 111 | 66 |
| Binary | 110110 | 11011111 | 10100001 | 1001100 | 0 | 11100 | 1101 | 10011110 | 1001001 | 110110 |
Color Harmonies of #36DFA1
Complementary color
Monochromatic Colors of #36DFA1
Black with #36DFA1
Text Example
Text Example
White with #36DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFA1; }
p { color: rgb(54,223,161); }
H1.HeaderClassName
{
color: #36DFA1;
}
.AnyTagClassName
{
color: #36DFA1;
}
</style>
background-color css
<style>
a { background-color: #36DFA1; }
a { background-color: rgb(54,223,161); }
div.DivClassName
{
background-color: #36DFA1;
}
.BgClassName
{
background-color: #36DFA1;
}
</style>
border-color css
<style>
span { border-color: #36DFA1; }
span { border-color: rgb(54,223,161); }
td.TdClassName
{
border-color: #36DFA1;
}
.TagClassName
{
border-color: #36DFA1;
}
</style>