Shades of Atoll #1F7D81
Tints of Atoll #1F7D81
RGB
CMYK
RGB Variations
Color information
#1F7D81 (or 0x1F7D81) is known color: Atoll. HEX triplet: 1F, 7D and 81. RGB value is (31,125,129). Sum of RGB (Red+Green+Blue) = 31+125+129=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F7D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7D81 is #E0827E. Grayscale: #616161. Windows color (decimal): -14713471 or 8486175. OLE color: 8486175.
HSL color Cylindrical-coordinate representation of color #1F7D81: hue angle of 182.45º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7D81 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 125 | 129 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.49 |
| HSL | 182.45º | 0.61% | 0.31% | - |
| HSV(B) | 182.45º | 0.76% | 0.51% | - |
| XYZ | 11.86 | 16.54 | 23.34 | - |
| YUV | 97.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 129 | 0.76 | 0.03 | 0 | 0.49 | 182.45 | 0.61 | 0.31 |
| Hex | 1F | 7D | 81 | 4C | 3 | 0 | 31 | B6 | 3D | 1F |
| Octal | 37 | 175 | 201 | 114 | 3 | 0 | 61 | 266 | 75 | 37 |
| Binary | 11111 | 1111101 | 10000001 | 1001100 | 11 | 0 | 110001 | 10110110 | 111101 | 11111 |
Color Harmonies of #1F7D81
Complementary color
Monochromatic Colors of #1F7D81
Black with #1F7D81
Text Example
Text Example
White with #1F7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D81; }
p { color: rgb(31,125,129); }
H1.HeaderClassName
{
color: #1F7D81;
}
.AnyTagClassName
{
color: #1F7D81;
}
</style>
background-color css
<style>
a { background-color: #1F7D81; }
a { background-color: rgb(31,125,129); }
div.DivClassName
{
background-color: #1F7D81;
}
.BgClassName
{
background-color: #1F7D81;
}
</style>
border-color css
<style>
span { border-color: #1F7D81; }
span { border-color: rgb(31,125,129); }
td.TdClassName
{
border-color: #1F7D81;
}
.TagClassName
{
border-color: #1F7D81;
}
</style>