Shades of Allports #176370
Tints of Allports #176370
RGB
CMYK
RGB Variations
Color information
#176370 (or 0x176370) is known color: Allports. HEX triplet: 17, 63 and 70. RGB value is (23,99,112). Sum of RGB (Red+Green+Blue) = 23+99+112=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #176370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176370 is #E89C8F. Grayscale: #4D4D4D. Windows color (decimal): -15244432 or 7365399. OLE color: 7365399.
HSL color Cylindrical-coordinate representation of color #176370: hue angle of 188.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176370 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 99 | 112 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.56 |
| HSL | 188.76º | 0.66% | 0.26% | - |
| HSV(B) | 188.76º | 0.79% | 0.44% | - |
| XYZ | 7.74 | 10.28 | 16.9 | - |
| YUV | 77.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 112 | 0.79 | 0.12 | 0 | 0.56 | 188.76 | 0.66 | 0.26 |
| Hex | 17 | 63 | 70 | 4F | C | 0 | 38 | BD | 42 | 1A |
| Octal | 27 | 143 | 160 | 117 | 14 | 0 | 70 | 275 | 102 | 32 |
| Binary | 10111 | 1100011 | 1110000 | 1001111 | 1100 | 0 | 111000 | 10111101 | 1000010 | 11010 |
Color Harmonies of #176370
Complementary color
Monochromatic Colors of #176370
Black with #176370
Text Example
Text Example
White with #176370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176370; }
p { color: rgb(23,99,112); }
H1.HeaderClassName
{
color: #176370;
}
.AnyTagClassName
{
color: #176370;
}
</style>
background-color css
<style>
a { background-color: #176370; }
a { background-color: rgb(23,99,112); }
div.DivClassName
{
background-color: #176370;
}
.BgClassName
{
background-color: #176370;
}
</style>
border-color css
<style>
span { border-color: #176370; }
span { border-color: rgb(23,99,112); }
td.TdClassName
{
border-color: #176370;
}
.TagClassName
{
border-color: #176370;
}
</style>