Shades of Pelorous #179CAA
Tints of Pelorous #179CAA
RGB
CMYK
RGB Variations
Color information
#179CAA (or 0x179CAA) is known color: Pelorous. HEX triplet: 17, 9C and AA. RGB value is (23,156,170). Sum of RGB (Red+Green+Blue) = 23+156+170=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #179CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179CAA is #E86355. Grayscale: #757575. Windows color (decimal): -15229782 or 11181079. OLE color: 11181079.
HSL color Cylindrical-coordinate representation of color #179CAA: hue angle of 185.71º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179CAA is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 156 | 170 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.33 |
| HSL | 185.71º | 0.76% | 0.38% | - |
| HSV(B) | 185.71º | 0.86% | 0.67% | - |
| XYZ | 19.5 | 26.86 | 42.19 | - |
| YUV | 117.83 | 157.44 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 170 | 0.86 | 0.08 | 0 | 0.33 | 185.71 | 0.76 | 0.38 |
| Hex | 17 | 9C | AA | 56 | 8 | 0 | 21 | BA | 4C | 26 |
| Octal | 27 | 234 | 252 | 126 | 10 | 0 | 41 | 272 | 114 | 46 |
| Binary | 10111 | 10011100 | 10101010 | 1010110 | 1000 | 0 | 100001 | 10111010 | 1001100 | 100110 |
Color Harmonies of #179CAA
Complementary color
Monochromatic Colors of #179CAA
Black with #179CAA
Text Example
Text Example
White with #179CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CAA; }
p { color: rgb(23,156,170); }
H1.HeaderClassName
{
color: #179CAA;
}
.AnyTagClassName
{
color: #179CAA;
}
</style>
background-color css
<style>
a { background-color: #179CAA; }
a { background-color: rgb(23,156,170); }
div.DivClassName
{
background-color: #179CAA;
}
.BgClassName
{
background-color: #179CAA;
}
</style>
border-color css
<style>
span { border-color: #179CAA; }
span { border-color: rgb(23,156,170); }
td.TdClassName
{
border-color: #179CAA;
}
.TagClassName
{
border-color: #179CAA;
}
</style>