Shades of Shamrock #37CDA1
Tints of Shamrock #37CDA1
RGB
CMYK
RGB Variations
Color information
#37CDA1 (or 0x37CDA1) is known color: Shamrock. HEX triplet: 37, CD and A1. RGB value is (55,205,161). Sum of RGB (Red+Green+Blue) = 55+205+161=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CDA1 is #C8325E. Grayscale: #9B9B9B. Windows color (decimal): -13120095 or 10603831. OLE color: 10603831.
HSL color Cylindrical-coordinate representation of color #37CDA1: hue angle of 162.4º degrees, saturation: 0.6, 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 #37CDA1 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 161 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.20 |
| HSL | 162.4º | 0.6% | 0.51% | - |
| HSV(B) | 162.4º | 0.73% | 0.8% | - |
| XYZ | 29.84 | 47.05 | 41.23 | - |
| YUV | 155.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 161 | 0.73 | 0 | 0.21 | 0.20 | 162.4 | 0.6 | 0.51 |
| Hex | 37 | CD | A1 | 49 | 0 | 15 | 14 | A2 | 3C | 33 |
| Octal | 67 | 315 | 241 | 111 | 0 | 25 | 24 | 242 | 74 | 63 |
| Binary | 110111 | 11001101 | 10100001 | 1001001 | 0 | 10101 | 10100 | 10100010 | 111100 | 110011 |
Color Harmonies of #37CDA1
Complementary color
Monochromatic Colors of #37CDA1
Black with #37CDA1
Text Example
Text Example
White with #37CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDA1; }
p { color: rgb(55,205,161); }
H1.HeaderClassName
{
color: #37CDA1;
}
.AnyTagClassName
{
color: #37CDA1;
}
</style>
background-color css
<style>
a { background-color: #37CDA1; }
a { background-color: rgb(55,205,161); }
div.DivClassName
{
background-color: #37CDA1;
}
.BgClassName
{
background-color: #37CDA1;
}
</style>
border-color css
<style>
span { border-color: #37CDA1; }
span { border-color: rgb(55,205,161); }
td.TdClassName
{
border-color: #37CDA1;
}
.TagClassName
{
border-color: #37CDA1;
}
</style>