Shades of Pelorous #178CAB
Tints of Pelorous #178CAB
RGB
CMYK
RGB Variations
Color information
#178CAB (or 0x178CAB) is known color: Pelorous. HEX triplet: 17, 8C and AB. RGB value is (23,140,171). Sum of RGB (Red+Green+Blue) = 23+140+171=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #178CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CAB is #E87354. Grayscale: #6C6C6C. Windows color (decimal): -15233877 or 11242519. OLE color: 11242519.
HSL color Cylindrical-coordinate representation of color #178CAB: hue angle of 192.57º 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 #178CAB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 140 | 171 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.33 |
| HSL | 192.57º | 0.76% | 0.38% | - |
| HSV(B) | 192.57º | 0.87% | 0.67% | - |
| XYZ | 17.08 | 21.88 | 41.85 | - |
| YUV | 108.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 171 | 0.87 | 0.18 | 0 | 0.33 | 192.57 | 0.76 | 0.38 |
| Hex | 17 | 8C | AB | 57 | 12 | 0 | 21 | C1 | 4C | 26 |
| Octal | 27 | 214 | 253 | 127 | 22 | 0 | 41 | 301 | 114 | 46 |
| Binary | 10111 | 10001100 | 10101011 | 1010111 | 10010 | 0 | 100001 | 11000001 | 1001100 | 100110 |
Color Harmonies of #178CAB
Complementary color
Monochromatic Colors of #178CAB
Black with #178CAB
Text Example
Text Example
White with #178CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CAB; }
p { color: rgb(23,140,171); }
H1.HeaderClassName
{
color: #178CAB;
}
.AnyTagClassName
{
color: #178CAB;
}
</style>
background-color css
<style>
a { background-color: #178CAB; }
a { background-color: rgb(23,140,171); }
div.DivClassName
{
background-color: #178CAB;
}
.BgClassName
{
background-color: #178CAB;
}
</style>
border-color css
<style>
span { border-color: #178CAB; }
span { border-color: rgb(23,140,171); }
td.TdClassName
{
border-color: #178CAB;
}
.TagClassName
{
border-color: #178CAB;
}
</style>