Shades of Pelorous #179DAB
Tints of Pelorous #179DAB
RGB
CMYK
RGB Variations
Color information
#179DAB (or 0x179DAB) is known color: Pelorous. HEX triplet: 17, 9D and AB. RGB value is (23,157,171). Sum of RGB (Red+Green+Blue) = 23+157+171=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #179DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAB is #E86254. Grayscale: #767676. Windows color (decimal): -15229525 or 11246871. OLE color: 11246871.
HSL color Cylindrical-coordinate representation of color #179DAB: hue angle of 185.68º 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 #179DAB is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 157 | 171 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.33 |
| HSL | 185.68º | 0.76% | 0.38% | - |
| HSV(B) | 185.68º | 0.87% | 0.67% | - |
| XYZ | 19.76 | 27.24 | 42.74 | - |
| YUV | 118.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 171 | 0.87 | 0.08 | 0 | 0.33 | 185.68 | 0.76 | 0.38 |
| Hex | 17 | 9D | AB | 57 | 8 | 0 | 21 | BA | 4C | 26 |
| Octal | 27 | 235 | 253 | 127 | 10 | 0 | 41 | 272 | 114 | 46 |
| Binary | 10111 | 10011101 | 10101011 | 1010111 | 1000 | 0 | 100001 | 10111010 | 1001100 | 100110 |
Color Harmonies of #179DAB
Complementary color
Monochromatic Colors of #179DAB
Black with #179DAB
Text Example
Text Example
White with #179DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DAB; }
p { color: rgb(23,157,171); }
H1.HeaderClassName
{
color: #179DAB;
}
.AnyTagClassName
{
color: #179DAB;
}
</style>
background-color css
<style>
a { background-color: #179DAB; }
a { background-color: rgb(23,157,171); }
div.DivClassName
{
background-color: #179DAB;
}
.BgClassName
{
background-color: #179DAB;
}
</style>
border-color css
<style>
span { border-color: #179DAB; }
span { border-color: rgb(23,157,171); }
td.TdClassName
{
border-color: #179DAB;
}
.TagClassName
{
border-color: #179DAB;
}
</style>