Shades of Shamrock #36CBA5
Tints of Shamrock #36CBA5
RGB
CMYK
RGB Variations
Color information
#36CBA5 (or 0x36CBA5) is known color: Shamrock. HEX triplet: 36, CB and A5. RGB value is (54,203,165). Sum of RGB (Red+Green+Blue) = 54+203+165=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CBA5 is #C9345A. Grayscale: #9A9A9A. Windows color (decimal): -13186139 or 10865462. OLE color: 10865462.
HSL color Cylindrical-coordinate representation of color #36CBA5: hue angle of 164.7º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBA5 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 165 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.20 |
| HSL | 164.7º | 0.59% | 0.5% | - |
| HSV(B) | 164.7º | 0.73% | 0.8% | - |
| XYZ | 29.67 | 46.21 | 42.95 | - |
| YUV | 154.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 165 | 0.73 | 0 | 0.19 | 0.20 | 164.7 | 0.59 | 0.5 |
| Hex | 36 | CB | A5 | 49 | 0 | 13 | 14 | A5 | 3B | 32 |
| Octal | 66 | 313 | 245 | 111 | 0 | 23 | 24 | 245 | 73 | 62 |
| Binary | 110110 | 11001011 | 10100101 | 1001001 | 0 | 10011 | 10100 | 10100101 | 111011 | 110010 |
Color Harmonies of #36CBA5
Complementary color
Monochromatic Colors of #36CBA5
Black with #36CBA5
Text Example
Text Example
White with #36CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBA5; }
p { color: rgb(54,203,165); }
H1.HeaderClassName
{
color: #36CBA5;
}
.AnyTagClassName
{
color: #36CBA5;
}
</style>
background-color css
<style>
a { background-color: #36CBA5; }
a { background-color: rgb(54,203,165); }
div.DivClassName
{
background-color: #36CBA5;
}
.BgClassName
{
background-color: #36CBA5;
}
</style>
border-color css
<style>
span { border-color: #36CBA5; }
span { border-color: rgb(54,203,165); }
td.TdClassName
{
border-color: #36CBA5;
}
.TagClassName
{
border-color: #36CBA5;
}
</style>