Shades of Pelorous #37A0AC
Tints of Pelorous #37A0AC
RGB
CMYK
RGB Variations
Color information
#37A0AC (or 0x37A0AC) is known color: Pelorous. HEX triplet: 37, A0 and AC. RGB value is (55,160,172). Sum of RGB (Red+Green+Blue) = 55+160+172=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #37A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A0AC is #C85F53. Grayscale: #818181. Windows color (decimal): -13131604 or 11313207. OLE color: 11313207.
HSL color Cylindrical-coordinate representation of color #37A0AC: hue angle of 186.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A0AC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 160 | 172 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.33 |
| HSL | 186.15º | 0.52% | 0.45% | - |
| HSV(B) | 186.15º | 0.68% | 0.67% | - |
| XYZ | 21.59 | 28.93 | 43.48 | - |
| YUV | 129.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 172 | 0.68 | 0.07 | 0 | 0.33 | 186.15 | 0.52 | 0.45 |
| Hex | 37 | A0 | AC | 44 | 7 | 0 | 21 | BA | 34 | 2D |
| Octal | 67 | 240 | 254 | 104 | 7 | 0 | 41 | 272 | 64 | 55 |
| Binary | 110111 | 10100000 | 10101100 | 1000100 | 111 | 0 | 100001 | 10111010 | 110100 | 101101 |
Color Harmonies of #37A0AC
Complementary color
Monochromatic Colors of #37A0AC
Black with #37A0AC
Text Example
Text Example
White with #37A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A0AC; }
p { color: rgb(55,160,172); }
H1.HeaderClassName
{
color: #37A0AC;
}
.AnyTagClassName
{
color: #37A0AC;
}
</style>
background-color css
<style>
a { background-color: #37A0AC; }
a { background-color: rgb(55,160,172); }
div.DivClassName
{
background-color: #37A0AC;
}
.BgClassName
{
background-color: #37A0AC;
}
</style>
border-color css
<style>
span { border-color: #37A0AC; }
span { border-color: rgb(55,160,172); }
td.TdClassName
{
border-color: #37A0AC;
}
.TagClassName
{
border-color: #37A0AC;
}
</style>