Shades of Pelorous #178DAB
Tints of Pelorous #178DAB
RGB
CMYK
RGB Variations
Color information
#178DAB (or 0x178DAB) is known color: Pelorous. HEX triplet: 17, 8D and AB. RGB value is (23,141,171). Sum of RGB (Red+Green+Blue) = 23+141+171=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #178DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DAB is #E87254. Grayscale: #6C6C6C. Windows color (decimal): -15233621 or 11242775. OLE color: 11242775.
HSL color Cylindrical-coordinate representation of color #178DAB: hue angle of 192.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178DAB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 141 | 171 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.33 |
| HSL | 192.16º | 0.76% | 0.38% | - |
| HSV(B) | 192.16º | 0.87% | 0.67% | - |
| XYZ | 17.23 | 22.17 | 41.9 | - |
| YUV | 109.14 | 162.91 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 171 | 0.87 | 0.18 | 0 | 0.33 | 192.16 | 0.76 | 0.38 |
| Hex | 17 | 8D | AB | 57 | 12 | 0 | 21 | C0 | 4C | 26 |
| Octal | 27 | 215 | 253 | 127 | 22 | 0 | 41 | 300 | 114 | 46 |
| Binary | 10111 | 10001101 | 10101011 | 1010111 | 10010 | 0 | 100001 | 11000000 | 1001100 | 100110 |
Color Harmonies of #178DAB
Complementary color
Monochromatic Colors of #178DAB
Black with #178DAB
Text Example
Text Example
White with #178DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DAB; }
p { color: rgb(23,141,171); }
H1.HeaderClassName
{
color: #178DAB;
}
.AnyTagClassName
{
color: #178DAB;
}
</style>
background-color css
<style>
a { background-color: #178DAB; }
a { background-color: rgb(23,141,171); }
div.DivClassName
{
background-color: #178DAB;
}
.BgClassName
{
background-color: #178DAB;
}
</style>
border-color css
<style>
span { border-color: #178DAB; }
span { border-color: rgb(23,141,171); }
td.TdClassName
{
border-color: #178DAB;
}
.TagClassName
{
border-color: #178DAB;
}
</style>