Shades of Shamrock #37CFB0
Tints of Shamrock #37CFB0
RGB
CMYK
RGB Variations
Color information
#37CFB0 (or 0x37CFB0) is known color: Shamrock. HEX triplet: 37, CF and B0. RGB value is (55,207,176). Sum of RGB (Red+Green+Blue) = 55+207+176=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CFB0 is #C8304F. Grayscale: #9D9D9D. Windows color (decimal): -13119568 or 11587383. OLE color: 11587383.
HSL color Cylindrical-coordinate representation of color #37CFB0: hue angle of 167.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 176 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.19 |
| HSL | 167.76º | 0.61% | 0.51% | - |
| HSV(B) | 167.76º | 0.73% | 0.81% | - |
| XYZ | 31.72 | 48.57 | 48.78 | - |
| YUV | 158.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 176 | 0.73 | 0 | 0.15 | 0.19 | 167.76 | 0.61 | 0.51 |
| Hex | 37 | CF | B0 | 49 | 0 | F | 13 | A8 | 3D | 33 |
| Octal | 67 | 317 | 260 | 111 | 0 | 17 | 23 | 250 | 75 | 63 |
| Binary | 110111 | 11001111 | 10110000 | 1001001 | 0 | 1111 | 10011 | 10101000 | 111101 | 110011 |
Color Harmonies of #37CFB0
Complementary color
Monochromatic Colors of #37CFB0
Black with #37CFB0
Text Example
Text Example
White with #37CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFB0; }
p { color: rgb(55,207,176); }
H1.HeaderClassName
{
color: #37CFB0;
}
.AnyTagClassName
{
color: #37CFB0;
}
</style>
background-color css
<style>
a { background-color: #37CFB0; }
a { background-color: rgb(55,207,176); }
div.DivClassName
{
background-color: #37CFB0;
}
.BgClassName
{
background-color: #37CFB0;
}
</style>
border-color css
<style>
span { border-color: #37CFB0; }
span { border-color: rgb(55,207,176); }
td.TdClassName
{
border-color: #37CFB0;
}
.TagClassName
{
border-color: #37CFB0;
}
</style>