Shades of Allports #165F70
Tints of Allports #165F70
RGB
CMYK
RGB Variations
Color information
#165F70 (or 0x165F70) is known color: Allports. HEX triplet: 16, 5F and 70. RGB value is (22,95,112). Sum of RGB (Red+Green+Blue) = 22+95+112=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #165F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F70 is #E9A08F. Grayscale: #4A4A4A. Windows color (decimal): -15310992 or 7364374. OLE color: 7364374.
HSL color Cylindrical-coordinate representation of color #165F70: hue angle of 191.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165F70 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 95 | 112 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.56 |
| HSL | 191.33º | 0.67% | 0.26% | - |
| HSV(B) | 191.33º | 0.8% | 0.44% | - |
| XYZ | 7.35 | 9.52 | 16.78 | - |
| YUV | 75.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 112 | 0.80 | 0.15 | 0 | 0.56 | 191.33 | 0.67 | 0.26 |
| Hex | 16 | 5F | 70 | 50 | F | 0 | 38 | BF | 43 | 1A |
| Octal | 26 | 137 | 160 | 120 | 17 | 0 | 70 | 277 | 103 | 32 |
| Binary | 10110 | 1011111 | 1110000 | 1010000 | 1111 | 0 | 111000 | 10111111 | 1000011 | 11010 |
Color Harmonies of #165F70
Complementary color
Monochromatic Colors of #165F70
Black with #165F70
Text Example
Text Example
White with #165F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F70; }
p { color: rgb(22,95,112); }
H1.HeaderClassName
{
color: #165F70;
}
.AnyTagClassName
{
color: #165F70;
}
</style>
background-color css
<style>
a { background-color: #165F70; }
a { background-color: rgb(22,95,112); }
div.DivClassName
{
background-color: #165F70;
}
.BgClassName
{
background-color: #165F70;
}
</style>
border-color css
<style>
span { border-color: #165F70; }
span { border-color: rgb(22,95,112); }
td.TdClassName
{
border-color: #165F70;
}
.TagClassName
{
border-color: #165F70;
}
</style>