Shades of Shamrock #37CDB4
Tints of Shamrock #37CDB4
RGB
CMYK
RGB Variations
Color information
#37CDB4 (or 0x37CDB4) is known color: Shamrock. HEX triplet: 37, CD and B4. RGB value is (55,205,180). Sum of RGB (Red+Green+Blue) = 55+205+180=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDB4 is #C8324B. Grayscale: #9D9D9D. Windows color (decimal): -13120076 or 11849015. OLE color: 11849015.
HSL color Cylindrical-coordinate representation of color #37CDB4: hue angle of 170º 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 #37CDB4 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 180 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.20 |
| HSL | 170º | 0.6% | 0.51% | - |
| HSV(B) | 170º | 0.73% | 0.8% | - |
| XYZ | 31.65 | 47.77 | 50.73 | - |
| YUV | 157.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 180 | 0.73 | 0 | 0.12 | 0.20 | 170 | 0.6 | 0.51 |
| Hex | 37 | CD | B4 | 49 | 0 | C | 14 | AA | 3C | 33 |
| Octal | 67 | 315 | 264 | 111 | 0 | 14 | 24 | 252 | 74 | 63 |
| Binary | 110111 | 11001101 | 10110100 | 1001001 | 0 | 1100 | 10100 | 10101010 | 111100 | 110011 |
Color Harmonies of #37CDB4
Complementary color
Monochromatic Colors of #37CDB4
Black with #37CDB4
Text Example
Text Example
White with #37CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDB4; }
p { color: rgb(55,205,180); }
H1.HeaderClassName
{
color: #37CDB4;
}
.AnyTagClassName
{
color: #37CDB4;
}
</style>
background-color css
<style>
a { background-color: #37CDB4; }
a { background-color: rgb(55,205,180); }
div.DivClassName
{
background-color: #37CDB4;
}
.BgClassName
{
background-color: #37CDB4;
}
</style>
border-color css
<style>
span { border-color: #37CDB4; }
span { border-color: rgb(55,205,180); }
td.TdClassName
{
border-color: #37CDB4;
}
.TagClassName
{
border-color: #37CDB4;
}
</style>