Shades of Shamrock #37D4AF
Tints of Shamrock #37D4AF
RGB
CMYK
RGB Variations
Color information
#37D4AF (or 0x37D4AF) is known color: Shamrock. HEX triplet: 37, D4 and AF. RGB value is (55,212,175). Sum of RGB (Red+Green+Blue) = 55+212+175=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #37D4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D4AF is #C82B50. Grayscale: #A0A0A0. Windows color (decimal): -13118289 or 11523127. OLE color: 11523127.
HSL color Cylindrical-coordinate representation of color #37D4AF: hue angle of 165.86º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D4AF is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
RGB | 55 | 212 | 175 | - |
CMYK | 0.74 | 0 | 0.17 | 0.17 |
HSL | 165.86º | 0.65% | 0.52% | - |
HSV(B) | 165.86º | 0.74% | 0.83% | - |
XYZ | 32.86 | 50.99 | 48.67 | - |
YUV | 160.84 | 135.99 | 52.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 212 | 175 | 0.74 | 0 | 0.17 | 0.17 | 165.86 | 0.65 | 0.52 |
Hex | 37 | D4 | AF | 4A | 0 | 11 | 11 | A6 | 41 | 34 |
Octal | 67 | 324 | 257 | 112 | 0 | 21 | 21 | 246 | 101 | 64 |
Binary | 110111 | 11010100 | 10101111 | 1001010 | 0 | 10001 | 10001 | 10100110 | 1000001 | 110100 |
Color Harmonies of #37D4AF
Complementary color
Monochromatic Colors of #37D4AF
Black with #37D4AF
Text Example
Text Example
White with #37D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D4AF; }
p { color: rgb(55,212,175); }
H1.HeaderClassName
{
color: #37D4AF;
}
.AnyTagClassName
{
color: #37D4AF;
}
</style>
background-color css
<style>
a { background-color: #37D4AF; }
a { background-color: rgb(55,212,175); }
div.DivClassName
{
background-color: #37D4AF;
}
.BgClassName
{
background-color: #37D4AF;
}
</style>
border-color css
<style>
span { border-color: #37D4AF; }
span { border-color: rgb(55,212,175); }
td.TdClassName
{
border-color: #37D4AF;
}
.TagClassName
{
border-color: #37D4AF;
}
</style>