Shades of Atoll #1F828B
Tints of Atoll #1F828B
RGB
CMYK
RGB Variations
Color information
#1F828B (or 0x1F828B) is known color: Atoll. HEX triplet: 1F, 82 and 8B. RGB value is (31,130,139). Sum of RGB (Red+Green+Blue) = 31+130+139=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F828B is #E07D74. Grayscale: #656565. Windows color (decimal): -14712181 or 9142815. OLE color: 9142815.
HSL color Cylindrical-coordinate representation of color #1F828B: hue angle of 185º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F828B is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 130 | 139 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.45 |
| HSL | 185º | 0.64% | 0.33% | - |
| HSV(B) | 185º | 0.78% | 0.55% | - |
| XYZ | 13.21 | 18.12 | 27.23 | - |
| YUV | 101.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 139 | 0.78 | 0.06 | 0 | 0.45 | 185 | 0.64 | 0.33 |
| Hex | 1F | 82 | 8B | 4E | 6 | 0 | 2D | B9 | 40 | 21 |
| Octal | 37 | 202 | 213 | 116 | 6 | 0 | 55 | 271 | 100 | 41 |
| Binary | 11111 | 10000010 | 10001011 | 1001110 | 110 | 0 | 101101 | 10111001 | 1000000 | 100001 |
Color Harmonies of #1F828B
Complementary color
Monochromatic Colors of #1F828B
Black with #1F828B
Text Example
Text Example
White with #1F828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F828B; }
p { color: rgb(31,130,139); }
H1.HeaderClassName
{
color: #1F828B;
}
.AnyTagClassName
{
color: #1F828B;
}
</style>
background-color css
<style>
a { background-color: #1F828B; }
a { background-color: rgb(31,130,139); }
div.DivClassName
{
background-color: #1F828B;
}
.BgClassName
{
background-color: #1F828B;
}
</style>
border-color css
<style>
span { border-color: #1F828B; }
span { border-color: rgb(31,130,139); }
td.TdClassName
{
border-color: #1F828B;
}
.TagClassName
{
border-color: #1F828B;
}
</style>