Shades of Shamrock #37DCB3
Tints of Shamrock #37DCB3
RGB
CMYK
RGB Variations
Color information
#37DCB3 (or 0x37DCB3) is known color: Shamrock. HEX triplet: 37, DC and B3. RGB value is (55,220,179). Sum of RGB (Red+Green+Blue) = 55+220+179=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCB3 is #C8234C. Grayscale: #A5A5A5. Windows color (decimal): -13116237 or 11787319. OLE color: 11787319.
HSL color Cylindrical-coordinate representation of color #37DCB3: hue angle of 165.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCB3 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 179 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.14 |
| HSL | 165.09º | 0.7% | 0.54% | - |
| HSV(B) | 165.09º | 0.75% | 0.86% | - |
| XYZ | 35.31 | 55.25 | 51.45 | - |
| YUV | 165.99 | 135.34 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 179 | 0.75 | 0 | 0.19 | 0.14 | 165.09 | 0.7 | 0.54 |
| Hex | 37 | DC | B3 | 4B | 0 | 13 | E | A5 | 46 | 36 |
| Octal | 67 | 334 | 263 | 113 | 0 | 23 | 16 | 245 | 106 | 66 |
| Binary | 110111 | 11011100 | 10110011 | 1001011 | 0 | 10011 | 1110 | 10100101 | 1000110 | 110110 |
Color Harmonies of #37DCB3
Complementary color
Monochromatic Colors of #37DCB3
Black with #37DCB3
Text Example
Text Example
White with #37DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCB3; }
p { color: rgb(55,220,179); }
H1.HeaderClassName
{
color: #37DCB3;
}
.AnyTagClassName
{
color: #37DCB3;
}
</style>
background-color css
<style>
a { background-color: #37DCB3; }
a { background-color: rgb(55,220,179); }
div.DivClassName
{
background-color: #37DCB3;
}
.BgClassName
{
background-color: #37DCB3;
}
</style>
border-color css
<style>
span { border-color: #37DCB3; }
span { border-color: rgb(55,220,179); }
td.TdClassName
{
border-color: #37DCB3;
}
.TagClassName
{
border-color: #37DCB3;
}
</style>