Shades of Shamrock #37CAA4
Tints of Shamrock #37CAA4
RGB
CMYK
RGB Variations
Color information
#37CAA4 (or 0x37CAA4) is known color: Shamrock. HEX triplet: 37, CA and A4. RGB value is (55,202,164). Sum of RGB (Red+Green+Blue) = 55+202+164=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CAA4 is #C8355B. Grayscale: #999999. Windows color (decimal): -13120860 or 10799671. OLE color: 10799671.
HSL color Cylindrical-coordinate representation of color #37CAA4: hue angle of 164.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAA4 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 164 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.21 |
| HSL | 164.49º | 0.58% | 0.5% | - |
| HSV(B) | 164.49º | 0.73% | 0.79% | - |
| XYZ | 29.4 | 45.73 | 42.4 | - |
| YUV | 153.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 164 | 0.73 | 0 | 0.19 | 0.21 | 164.49 | 0.58 | 0.5 |
| Hex | 37 | CA | A4 | 49 | 0 | 13 | 15 | A4 | 3A | 32 |
| Octal | 67 | 312 | 244 | 111 | 0 | 23 | 25 | 244 | 72 | 62 |
| Binary | 110111 | 11001010 | 10100100 | 1001001 | 0 | 10011 | 10101 | 10100100 | 111010 | 110010 |
Color Harmonies of #37CAA4
Complementary color
Monochromatic Colors of #37CAA4
Black with #37CAA4
Text Example
Text Example
White with #37CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAA4; }
p { color: rgb(55,202,164); }
H1.HeaderClassName
{
color: #37CAA4;
}
.AnyTagClassName
{
color: #37CAA4;
}
</style>
background-color css
<style>
a { background-color: #37CAA4; }
a { background-color: rgb(55,202,164); }
div.DivClassName
{
background-color: #37CAA4;
}
.BgClassName
{
background-color: #37CAA4;
}
</style>
border-color css
<style>
span { border-color: #37CAA4; }
span { border-color: rgb(55,202,164); }
td.TdClassName
{
border-color: #37CAA4;
}
.TagClassName
{
border-color: #37CAA4;
}
</style>