Shades of Shamrock #36BCA2
Tints of Shamrock #36BCA2
RGB
CMYK
RGB Variations
Color information
#36BCA2 (or 0x36BCA2) is known color: Shamrock. HEX triplet: 36, BC and A2. RGB value is (54,188,162). Sum of RGB (Red+Green+Blue) = 54+188+162=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #36BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BCA2 is #C9435D. Grayscale: #909090. Windows color (decimal): -13189982 or 10665014. OLE color: 10665014.
HSL color Cylindrical-coordinate representation of color #36BCA2: hue angle of 168.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BCA2 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 162 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.26 |
| HSL | 168.36º | 0.55% | 0.47% | - |
| HSV(B) | 168.36º | 0.71% | 0.74% | - |
| XYZ | 26.03 | 39.36 | 40.41 | - |
| YUV | 144.97 | 137.61 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 162 | 0.71 | 0 | 0.14 | 0.26 | 168.36 | 0.55 | 0.47 |
| Hex | 36 | BC | A2 | 47 | 0 | E | 1A | A8 | 37 | 2F |
| Octal | 66 | 274 | 242 | 107 | 0 | 16 | 32 | 250 | 67 | 57 |
| Binary | 110110 | 10111100 | 10100010 | 1000111 | 0 | 1110 | 11010 | 10101000 | 110111 | 101111 |
Color Harmonies of #36BCA2
Complementary color
Monochromatic Colors of #36BCA2
Black with #36BCA2
Text Example
Text Example
White with #36BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCA2; }
p { color: rgb(54,188,162); }
H1.HeaderClassName
{
color: #36BCA2;
}
.AnyTagClassName
{
color: #36BCA2;
}
</style>
background-color css
<style>
a { background-color: #36BCA2; }
a { background-color: rgb(54,188,162); }
div.DivClassName
{
background-color: #36BCA2;
}
.BgClassName
{
background-color: #36BCA2;
}
</style>
border-color css
<style>
span { border-color: #36BCA2; }
span { border-color: rgb(54,188,162); }
td.TdClassName
{
border-color: #36BCA2;
}
.TagClassName
{
border-color: #36BCA2;
}
</style>