Shades of Shamrock #37CCA6
Tints of Shamrock #37CCA6
RGB
CMYK
RGB Variations
Color information
#37CCA6 (or 0x37CCA6) is known color: Shamrock. HEX triplet: 37, CC and A6. RGB value is (55,204,166). Sum of RGB (Red+Green+Blue) = 55+204+166=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CCA6 is #C83359. Grayscale: #9B9B9B. Windows color (decimal): -13120346 or 10931255. OLE color: 10931255.
HSL color Cylindrical-coordinate representation of color #37CCA6: hue angle of 164.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCA6 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 166 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.2 |
| HSL | 164.7º | 0.59% | 0.51% | - |
| HSV(B) | 164.7º | 0.73% | 0.8% | - |
| XYZ | 30.05 | 46.75 | 43.52 | - |
| YUV | 155.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 166 | 0.73 | 0 | 0.19 | 0.2 | 164.7 | 0.59 | 0.51 |
| Hex | 37 | CC | A6 | 49 | 0 | 13 | 14 | A5 | 3B | 33 |
| Octal | 67 | 314 | 246 | 111 | 0 | 23 | 24 | 245 | 73 | 63 |
| Binary | 110111 | 11001100 | 10100110 | 1001001 | 0 | 10011 | 10100 | 10100101 | 111011 | 110011 |
Color Harmonies of #37CCA6
Complementary color
Monochromatic Colors of #37CCA6
Black with #37CCA6
Text Example
Text Example
White with #37CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCA6; }
p { color: rgb(55,204,166); }
H1.HeaderClassName
{
color: #37CCA6;
}
.AnyTagClassName
{
color: #37CCA6;
}
</style>
background-color css
<style>
a { background-color: #37CCA6; }
a { background-color: rgb(55,204,166); }
div.DivClassName
{
background-color: #37CCA6;
}
.BgClassName
{
background-color: #37CCA6;
}
</style>
border-color css
<style>
span { border-color: #37CCA6; }
span { border-color: rgb(55,204,166); }
td.TdClassName
{
border-color: #37CCA6;
}
.TagClassName
{
border-color: #37CCA6;
}
</style>