Shades of Pelorous #179AA6
Tints of Pelorous #179AA6
RGB
CMYK
RGB Variations
Color information
#179AA6 (or 0x179AA6) is known color: Pelorous. HEX triplet: 17, 9A and A6. RGB value is (23,154,166). Sum of RGB (Red+Green+Blue) = 23+154+166=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #179AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AA6 is #E86559. Grayscale: #747474. Windows color (decimal): -15230298 or 10918423. OLE color: 10918423.
HSL color Cylindrical-coordinate representation of color #179AA6: hue angle of 185.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179AA6 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 154 | 166 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.35 |
| HSL | 185.04º | 0.76% | 0.37% | - |
| HSV(B) | 185.04º | 0.86% | 0.65% | - |
| XYZ | 18.79 | 26.05 | 40.11 | - |
| YUV | 116.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 166 | 0.86 | 0.07 | 0 | 0.35 | 185.04 | 0.76 | 0.37 |
| Hex | 17 | 9A | A6 | 56 | 7 | 0 | 23 | B9 | 4C | 25 |
| Octal | 27 | 232 | 246 | 126 | 7 | 0 | 43 | 271 | 114 | 45 |
| Binary | 10111 | 10011010 | 10100110 | 1010110 | 111 | 0 | 100011 | 10111001 | 1001100 | 100101 |
Color Harmonies of #179AA6
Complementary color
Monochromatic Colors of #179AA6
Black with #179AA6
Text Example
Text Example
White with #179AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AA6; }
p { color: rgb(23,154,166); }
H1.HeaderClassName
{
color: #179AA6;
}
.AnyTagClassName
{
color: #179AA6;
}
</style>
background-color css
<style>
a { background-color: #179AA6; }
a { background-color: rgb(23,154,166); }
div.DivClassName
{
background-color: #179AA6;
}
.BgClassName
{
background-color: #179AA6;
}
</style>
border-color css
<style>
span { border-color: #179AA6; }
span { border-color: rgb(23,154,166); }
td.TdClassName
{
border-color: #179AA6;
}
.TagClassName
{
border-color: #179AA6;
}
</style>