Shades of Pelorous #37ACB6
Tints of Pelorous #37ACB6
RGB
CMYK
RGB Variations
Color information
#37ACB6 (or 0x37ACB6) is known color: Pelorous. HEX triplet: 37, AC and B6. RGB value is (55,172,182). Sum of RGB (Red+Green+Blue) = 55+172+182=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #37ACB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ACB6 is #C85349. Grayscale: #8A8A8A. Windows color (decimal): -13128522 or 11971639. OLE color: 11971639.
HSL color Cylindrical-coordinate representation of color #37ACB6: hue angle of 184.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37ACB6 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 172 | 182 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.29 |
| HSL | 184.72º | 0.54% | 0.46% | - |
| HSV(B) | 184.72º | 0.7% | 0.71% | - |
| XYZ | 24.77 | 33.69 | 49.45 | - |
| YUV | 138.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 172 | 182 | 0.70 | 0.05 | 0 | 0.29 | 184.72 | 0.54 | 0.46 |
| Hex | 37 | AC | B6 | 46 | 5 | 0 | 1D | B9 | 36 | 2E |
| Octal | 67 | 254 | 266 | 106 | 5 | 0 | 35 | 271 | 66 | 56 |
| Binary | 110111 | 10101100 | 10110110 | 1000110 | 101 | 0 | 11101 | 10111001 | 110110 | 101110 |
Color Harmonies of #37ACB6
Complementary color
Monochromatic Colors of #37ACB6
Black with #37ACB6
Text Example
Text Example
White with #37ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ACB6; }
p { color: rgb(55,172,182); }
H1.HeaderClassName
{
color: #37ACB6;
}
.AnyTagClassName
{
color: #37ACB6;
}
</style>
background-color css
<style>
a { background-color: #37ACB6; }
a { background-color: rgb(55,172,182); }
div.DivClassName
{
background-color: #37ACB6;
}
.BgClassName
{
background-color: #37ACB6;
}
</style>
border-color css
<style>
span { border-color: #37ACB6; }
span { border-color: rgb(55,172,182); }
td.TdClassName
{
border-color: #37ACB6;
}
.TagClassName
{
border-color: #37ACB6;
}
</style>