Shades of Shamrock #36CAAE
Tints of Shamrock #36CAAE
RGB
CMYK
RGB Variations
Color information
#36CAAE (or 0x36CAAE) is known color: Shamrock. HEX triplet: 36, CA and AE. RGB value is (54,202,174). Sum of RGB (Red+Green+Blue) = 54+202+174=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CAAE is #C93551. Grayscale: #9A9A9A. Windows color (decimal): -13186386 or 11455030. OLE color: 11455030.
HSL color Cylindrical-coordinate representation of color #36CAAE: hue angle of 168.65º 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 #36CAAE is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 174 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.21 |
| HSL | 168.65º | 0.58% | 0.5% | - |
| HSV(B) | 168.65º | 0.73% | 0.79% | - |
| XYZ | 30.28 | 46.08 | 47.34 | - |
| YUV | 154.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 174 | 0.73 | 0 | 0.14 | 0.21 | 168.65 | 0.58 | 0.5 |
| Hex | 36 | CA | AE | 49 | 0 | E | 15 | A9 | 3A | 32 |
| Octal | 66 | 312 | 256 | 111 | 0 | 16 | 25 | 251 | 72 | 62 |
| Binary | 110110 | 11001010 | 10101110 | 1001001 | 0 | 1110 | 10101 | 10101001 | 111010 | 110010 |
Color Harmonies of #36CAAE
Complementary color
Monochromatic Colors of #36CAAE
Black with #36CAAE
Text Example
Text Example
White with #36CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CAAE; }
p { color: rgb(54,202,174); }
H1.HeaderClassName
{
color: #36CAAE;
}
.AnyTagClassName
{
color: #36CAAE;
}
</style>
background-color css
<style>
a { background-color: #36CAAE; }
a { background-color: rgb(54,202,174); }
div.DivClassName
{
background-color: #36CAAE;
}
.BgClassName
{
background-color: #36CAAE;
}
</style>
border-color css
<style>
span { border-color: #36CAAE; }
span { border-color: rgb(54,202,174); }
td.TdClassName
{
border-color: #36CAAE;
}
.TagClassName
{
border-color: #36CAAE;
}
</style>