Shades of Shamrock #37CBA5
Tints of Shamrock #37CBA5
RGB
CMYK
RGB Variations
Color information
#37CBA5 (or 0x37CBA5) is known color: Shamrock. HEX triplet: 37, CB and A5. RGB value is (55,203,165). Sum of RGB (Red+Green+Blue) = 55+203+165=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CBA5 is #C8345A. Grayscale: #9A9A9A. Windows color (decimal): -13120603 or 10865463. OLE color: 10865463.
HSL color Cylindrical-coordinate representation of color #37CBA5: hue angle of 164.59º 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 #37CBA5 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 165 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.20 |
| HSL | 164.59º | 0.59% | 0.51% | - |
| HSV(B) | 164.59º | 0.73% | 0.8% | - |
| XYZ | 29.72 | 46.24 | 42.96 | - |
| YUV | 154.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 165 | 0.73 | 0 | 0.19 | 0.20 | 164.59 | 0.59 | 0.51 |
| Hex | 37 | CB | A5 | 49 | 0 | 13 | 14 | A5 | 3B | 33 |
| Octal | 67 | 313 | 245 | 111 | 0 | 23 | 24 | 245 | 73 | 63 |
| Binary | 110111 | 11001011 | 10100101 | 1001001 | 0 | 10011 | 10100 | 10100101 | 111011 | 110011 |
Color Harmonies of #37CBA5
Complementary color
Monochromatic Colors of #37CBA5
Black with #37CBA5
Text Example
Text Example
White with #37CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBA5; }
p { color: rgb(55,203,165); }
H1.HeaderClassName
{
color: #37CBA5;
}
.AnyTagClassName
{
color: #37CBA5;
}
</style>
background-color css
<style>
a { background-color: #37CBA5; }
a { background-color: rgb(55,203,165); }
div.DivClassName
{
background-color: #37CBA5;
}
.BgClassName
{
background-color: #37CBA5;
}
</style>
border-color css
<style>
span { border-color: #37CBA5; }
span { border-color: rgb(55,203,165); }
td.TdClassName
{
border-color: #37CBA5;
}
.TagClassName
{
border-color: #37CBA5;
}
</style>