Shades of Shamrock #36CAA7
Tints of Shamrock #36CAA7
RGB
CMYK
RGB Variations
Color information
#36CAA7 (or 0x36CAA7) is known color: Shamrock. HEX triplet: 36, CA and A7. RGB value is (54,202,167). Sum of RGB (Red+Green+Blue) = 54+202+167=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CAA7 is #C93558. Grayscale: #999999. Windows color (decimal): -13186393 or 10996278. OLE color: 10996278.
HSL color Cylindrical-coordinate representation of color #36CAA7: hue angle of 165.81º 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 #36CAA7 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 167 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.21 |
| HSL | 165.81º | 0.58% | 0.5% | - |
| HSV(B) | 165.81º | 0.73% | 0.79% | - |
| XYZ | 29.62 | 45.82 | 43.84 | - |
| YUV | 153.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 167 | 0.73 | 0 | 0.17 | 0.21 | 165.81 | 0.58 | 0.5 |
| Hex | 36 | CA | A7 | 49 | 0 | 11 | 15 | A6 | 3A | 32 |
| Octal | 66 | 312 | 247 | 111 | 0 | 21 | 25 | 246 | 72 | 62 |
| Binary | 110110 | 11001010 | 10100111 | 1001001 | 0 | 10001 | 10101 | 10100110 | 111010 | 110010 |
Color Harmonies of #36CAA7
Complementary color
Monochromatic Colors of #36CAA7
Black with #36CAA7
Text Example
Text Example
White with #36CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CAA7; }
p { color: rgb(54,202,167); }
H1.HeaderClassName
{
color: #36CAA7;
}
.AnyTagClassName
{
color: #36CAA7;
}
</style>
background-color css
<style>
a { background-color: #36CAA7; }
a { background-color: rgb(54,202,167); }
div.DivClassName
{
background-color: #36CAA7;
}
.BgClassName
{
background-color: #36CAA7;
}
</style>
border-color css
<style>
span { border-color: #36CAA7; }
span { border-color: rgb(54,202,167); }
td.TdClassName
{
border-color: #36CAA7;
}
.TagClassName
{
border-color: #36CAA7;
}
</style>