Shades of Allports #12707A
Tints of Allports #12707A
RGB
CMYK
RGB Variations
Color information
#12707A (or 0x12707A) is known color: Allports. HEX triplet: 12, 70 and 7A. RGB value is (18,112,122). Sum of RGB (Red+Green+Blue) = 18+112+122=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #12707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12707A is #ED8F85. Grayscale: #545454. Windows color (decimal): -15568774 or 8024082. OLE color: 8024082.
HSL color Cylindrical-coordinate representation of color #12707A: hue angle of 185.77º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12707A is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 112 | 122 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.52 |
| HSL | 185.77º | 0.74% | 0.27% | - |
| HSV(B) | 185.77º | 0.85% | 0.48% | - |
| XYZ | 9.56 | 13.12 | 20.44 | - |
| YUV | 85.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 122 | 0.85 | 0.08 | 0 | 0.52 | 185.77 | 0.74 | 0.27 |
| Hex | 12 | 70 | 7A | 55 | 8 | 0 | 34 | BA | 4A | 1B |
| Octal | 22 | 160 | 172 | 125 | 10 | 0 | 64 | 272 | 112 | 33 |
| Binary | 10010 | 1110000 | 1111010 | 1010101 | 1000 | 0 | 110100 | 10111010 | 1001010 | 11011 |
Color Harmonies of #12707A
Complementary color
Monochromatic Colors of #12707A
Black with #12707A
Text Example
Text Example
White with #12707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12707A; }
p { color: rgb(18,112,122); }
H1.HeaderClassName
{
color: #12707A;
}
.AnyTagClassName
{
color: #12707A;
}
</style>
background-color css
<style>
a { background-color: #12707A; }
a { background-color: rgb(18,112,122); }
div.DivClassName
{
background-color: #12707A;
}
.BgClassName
{
background-color: #12707A;
}
</style>
border-color css
<style>
span { border-color: #12707A; }
span { border-color: rgb(18,112,122); }
td.TdClassName
{
border-color: #12707A;
}
.TagClassName
{
border-color: #12707A;
}
</style>