Shades of Shamrock #36CAA3
Tints of Shamrock #36CAA3
RGB
CMYK
RGB Variations
Color information
#36CAA3 (or 0x36CAA3) is known color: Shamrock. HEX triplet: 36, CA and A3. RGB value is (54,202,163). Sum of RGB (Red+Green+Blue) = 54+202+163=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CAA3 is #C9355C. Grayscale: #999999. Windows color (decimal): -13186397 or 10734134. OLE color: 10734134.
HSL color Cylindrical-coordinate representation of color #36CAA3: hue angle of 164.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CAA3 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 163 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.21 |
| HSL | 164.19º | 0.58% | 0.5% | - |
| HSV(B) | 164.19º | 0.73% | 0.79% | - |
| XYZ | 29.25 | 45.67 | 41.92 | - |
| YUV | 153.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 163 | 0.73 | 0 | 0.19 | 0.21 | 164.19 | 0.58 | 0.5 |
| Hex | 36 | CA | A3 | 49 | 0 | 13 | 15 | A4 | 3A | 32 |
| Octal | 66 | 312 | 243 | 111 | 0 | 23 | 25 | 244 | 72 | 62 |
| Binary | 110110 | 11001010 | 10100011 | 1001001 | 0 | 10011 | 10101 | 10100100 | 111010 | 110010 |
Color Harmonies of #36CAA3
Complementary color
Monochromatic Colors of #36CAA3
Black with #36CAA3
Text Example
Text Example
White with #36CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CAA3; }
p { color: rgb(54,202,163); }
H1.HeaderClassName
{
color: #36CAA3;
}
.AnyTagClassName
{
color: #36CAA3;
}
</style>
background-color css
<style>
a { background-color: #36CAA3; }
a { background-color: rgb(54,202,163); }
div.DivClassName
{
background-color: #36CAA3;
}
.BgClassName
{
background-color: #36CAA3;
}
</style>
border-color css
<style>
span { border-color: #36CAA3; }
span { border-color: rgb(54,202,163); }
td.TdClassName
{
border-color: #36CAA3;
}
.TagClassName
{
border-color: #36CAA3;
}
</style>