Shades of Allports #15707A
Tints of Allports #15707A
RGB
CMYK
RGB Variations
Color information
#15707A (or 0x15707A) is known color: Allports. HEX triplet: 15, 70 and 7A. RGB value is (21,112,122). Sum of RGB (Red+Green+Blue) = 21+112+122=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #15707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15707A is #EA8F85. Grayscale: #555555. Windows color (decimal): -15372166 or 8024085. OLE color: 8024085.
HSL color Cylindrical-coordinate representation of color #15707A: hue angle of 185.94º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15707A is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 112 | 122 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.52 |
| HSL | 185.94º | 0.71% | 0.28% | - |
| HSV(B) | 185.94º | 0.83% | 0.48% | - |
| XYZ | 9.62 | 13.15 | 20.44 | - |
| YUV | 85.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 122 | 0.83 | 0.08 | 0 | 0.52 | 185.94 | 0.71 | 0.28 |
| Hex | 15 | 70 | 7A | 53 | 8 | 0 | 34 | BA | 47 | 1C |
| Octal | 25 | 160 | 172 | 123 | 10 | 0 | 64 | 272 | 107 | 34 |
| Binary | 10101 | 1110000 | 1111010 | 1010011 | 1000 | 0 | 110100 | 10111010 | 1000111 | 11100 |
Color Harmonies of #15707A
Complementary color
Monochromatic Colors of #15707A
Black with #15707A
Text Example
Text Example
White with #15707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15707A; }
p { color: rgb(21,112,122); }
H1.HeaderClassName
{
color: #15707A;
}
.AnyTagClassName
{
color: #15707A;
}
</style>
background-color css
<style>
a { background-color: #15707A; }
a { background-color: rgb(21,112,122); }
div.DivClassName
{
background-color: #15707A;
}
.BgClassName
{
background-color: #15707A;
}
</style>
border-color css
<style>
span { border-color: #15707A; }
span { border-color: rgb(21,112,122); }
td.TdClassName
{
border-color: #15707A;
}
.TagClassName
{
border-color: #15707A;
}
</style>