Shades of Pelorous #179BAB
Tints of Pelorous #179BAB
RGB
CMYK
RGB Variations
Color information
#179BAB (or 0x179BAB) is known color: Pelorous. HEX triplet: 17, 9B and AB. RGB value is (23,155,171). Sum of RGB (Red+Green+Blue) = 23+155+171=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #179BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179BAB is #E86454. Grayscale: #757575. Windows color (decimal): -15230037 or 11246359. OLE color: 11246359.
HSL color Cylindrical-coordinate representation of color #179BAB: hue angle of 186.49º 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 #179BAB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 155 | 171 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.33 |
| HSL | 186.49º | 0.76% | 0.38% | - |
| HSV(B) | 186.49º | 0.87% | 0.67% | - |
| XYZ | 19.43 | 26.57 | 42.63 | - |
| YUV | 117.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 171 | 0.87 | 0.09 | 0 | 0.33 | 186.49 | 0.76 | 0.38 |
| Hex | 17 | 9B | AB | 57 | 9 | 0 | 21 | BA | 4C | 26 |
| Octal | 27 | 233 | 253 | 127 | 11 | 0 | 41 | 272 | 114 | 46 |
| Binary | 10111 | 10011011 | 10101011 | 1010111 | 1001 | 0 | 100001 | 10111010 | 1001100 | 100110 |
Color Harmonies of #179BAB
Complementary color
Monochromatic Colors of #179BAB
Black with #179BAB
Text Example
Text Example
White with #179BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BAB; }
p { color: rgb(23,155,171); }
H1.HeaderClassName
{
color: #179BAB;
}
.AnyTagClassName
{
color: #179BAB;
}
</style>
background-color css
<style>
a { background-color: #179BAB; }
a { background-color: rgb(23,155,171); }
div.DivClassName
{
background-color: #179BAB;
}
.BgClassName
{
background-color: #179BAB;
}
</style>
border-color css
<style>
span { border-color: #179BAB; }
span { border-color: rgb(23,155,171); }
td.TdClassName
{
border-color: #179BAB;
}
.TagClassName
{
border-color: #179BAB;
}
</style>