Shades of Atoll #1F8187
Tints of Atoll #1F8187
RGB
CMYK
RGB Variations
Color information
#1F8187 (or 0x1F8187) is known color: Atoll. HEX triplet: 1F, 81 and 87. RGB value is (31,129,135). Sum of RGB (Red+Green+Blue) = 31+129+135=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F8187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8187 is #E07E78. Grayscale: #646464. Windows color (decimal): -14712441 or 8880415. OLE color: 8880415.
HSL color Cylindrical-coordinate representation of color #1F8187: hue angle of 183.46º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8187 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 129 | 135 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.47 |
| HSL | 183.46º | 0.63% | 0.33% | - |
| HSV(B) | 183.46º | 0.77% | 0.53% | - |
| XYZ | 12.79 | 17.74 | 25.67 | - |
| YUV | 100.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 135 | 0.77 | 0.04 | 0 | 0.47 | 183.46 | 0.63 | 0.33 |
| Hex | 1F | 81 | 87 | 4D | 4 | 0 | 2F | B7 | 3F | 21 |
| Octal | 37 | 201 | 207 | 115 | 4 | 0 | 57 | 267 | 77 | 41 |
| Binary | 11111 | 10000001 | 10000111 | 1001101 | 100 | 0 | 101111 | 10110111 | 111111 | 100001 |
Color Harmonies of #1F8187
Complementary color
Monochromatic Colors of #1F8187
Black with #1F8187
Text Example
Text Example
White with #1F8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8187; }
p { color: rgb(31,129,135); }
H1.HeaderClassName
{
color: #1F8187;
}
.AnyTagClassName
{
color: #1F8187;
}
</style>
background-color css
<style>
a { background-color: #1F8187; }
a { background-color: rgb(31,129,135); }
div.DivClassName
{
background-color: #1F8187;
}
.BgClassName
{
background-color: #1F8187;
}
</style>
border-color css
<style>
span { border-color: #1F8187; }
span { border-color: rgb(31,129,135); }
td.TdClassName
{
border-color: #1F8187;
}
.TagClassName
{
border-color: #1F8187;
}
</style>