Shades of Shamrock #37CDA3
Tints of Shamrock #37CDA3
RGB
CMYK
RGB Variations
Color information
#37CDA3 (or 0x37CDA3) is known color: Shamrock. HEX triplet: 37, CD and A3. RGB value is (55,205,163). Sum of RGB (Red+Green+Blue) = 55+205+163=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CDA3 is #C8325C. Grayscale: #9B9B9B. Windows color (decimal): -13120093 or 10734903. OLE color: 10734903.
HSL color Cylindrical-coordinate representation of color #37CDA3: hue angle of 163.2º 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 #37CDA3 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 163 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.20 |
| HSL | 163.2º | 0.6% | 0.51% | - |
| HSV(B) | 163.2º | 0.73% | 0.8% | - |
| XYZ | 30.02 | 47.12 | 42.16 | - |
| YUV | 155.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 163 | 0.73 | 0 | 0.20 | 0.20 | 163.2 | 0.6 | 0.51 |
| Hex | 37 | CD | A3 | 49 | 0 | 14 | 14 | A3 | 3C | 33 |
| Octal | 67 | 315 | 243 | 111 | 0 | 24 | 24 | 243 | 74 | 63 |
| Binary | 110111 | 11001101 | 10100011 | 1001001 | 0 | 10100 | 10100 | 10100011 | 111100 | 110011 |
Color Harmonies of #37CDA3
Complementary color
Monochromatic Colors of #37CDA3
Black with #37CDA3
Text Example
Text Example
White with #37CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDA3; }
p { color: rgb(55,205,163); }
H1.HeaderClassName
{
color: #37CDA3;
}
.AnyTagClassName
{
color: #37CDA3;
}
</style>
background-color css
<style>
a { background-color: #37CDA3; }
a { background-color: rgb(55,205,163); }
div.DivClassName
{
background-color: #37CDA3;
}
.BgClassName
{
background-color: #37CDA3;
}
</style>
border-color css
<style>
span { border-color: #37CDA3; }
span { border-color: rgb(55,205,163); }
td.TdClassName
{
border-color: #37CDA3;
}
.TagClassName
{
border-color: #37CDA3;
}
</style>