Shades of Atoll #1F7173
Tints of Atoll #1F7173
RGB
CMYK
RGB Variations
Color information
#1F7173 (or 0x1F7173) is known color: Atoll. HEX triplet: 1F, 71 and 73. RGB value is (31,113,115). Sum of RGB (Red+Green+Blue) = 31+113+115=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7173 is #E08E8C. Grayscale: #585858. Windows color (decimal): -14716557 or 7565599. OLE color: 7565599.
HSL color Cylindrical-coordinate representation of color #1F7173: hue angle of 181.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7173 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 113 | 115 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.55 |
| HSL | 181.43º | 0.58% | 0.29% | - |
| HSV(B) | 181.43º | 0.73% | 0.45% | - |
| XYZ | 9.56 | 13.34 | 18.29 | - |
| YUV | 88.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 115 | 0.73 | 0.02 | 0 | 0.55 | 181.43 | 0.58 | 0.29 |
| Hex | 1F | 71 | 73 | 49 | 2 | 0 | 37 | B5 | 3A | 1D |
| Octal | 37 | 161 | 163 | 111 | 2 | 0 | 67 | 265 | 72 | 35 |
| Binary | 11111 | 1110001 | 1110011 | 1001001 | 10 | 0 | 110111 | 10110101 | 111010 | 11101 |
Color Harmonies of #1F7173
Complementary color
Monochromatic Colors of #1F7173
Black with #1F7173
Text Example
Text Example
White with #1F7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7173; }
p { color: rgb(31,113,115); }
H1.HeaderClassName
{
color: #1F7173;
}
.AnyTagClassName
{
color: #1F7173;
}
</style>
background-color css
<style>
a { background-color: #1F7173; }
a { background-color: rgb(31,113,115); }
div.DivClassName
{
background-color: #1F7173;
}
.BgClassName
{
background-color: #1F7173;
}
</style>
border-color css
<style>
span { border-color: #1F7173; }
span { border-color: rgb(31,113,115); }
td.TdClassName
{
border-color: #1F7173;
}
.TagClassName
{
border-color: #1F7173;
}
</style>