Shades of Atoll #1E7A82
Tints of Atoll #1E7A82
RGB
CMYK
RGB Variations
Color information
#1E7A82 (or 0x1E7A82) is known color: Atoll. HEX triplet: 1E, 7A and 82. RGB value is (30,122,130). Sum of RGB (Red+Green+Blue) = 30+122+130=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E7A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A82 is #E1857D. Grayscale: #5F5F5F. Windows color (decimal): -14779774 or 8550942. OLE color: 8550942.
HSL color Cylindrical-coordinate representation of color #1E7A82: hue angle of 184.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7A82 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 122 | 130 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.49 |
| HSL | 184.8º | 0.63% | 0.31% | - |
| HSV(B) | 184.8º | 0.77% | 0.51% | - |
| XYZ | 11.52 | 15.81 | 23.56 | - |
| YUV | 95.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 130 | 0.77 | 0.06 | 0 | 0.49 | 184.8 | 0.63 | 0.31 |
| Hex | 1E | 7A | 82 | 4D | 6 | 0 | 31 | B9 | 3E | 1F |
| Octal | 36 | 172 | 202 | 115 | 6 | 0 | 61 | 271 | 76 | 37 |
| Binary | 11110 | 1111010 | 10000010 | 1001101 | 110 | 0 | 110001 | 10111001 | 111110 | 11111 |
Color Harmonies of #1E7A82
Complementary color
Monochromatic Colors of #1E7A82
Black with #1E7A82
Text Example
Text Example
White with #1E7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A82; }
p { color: rgb(30,122,130); }
H1.HeaderClassName
{
color: #1E7A82;
}
.AnyTagClassName
{
color: #1E7A82;
}
</style>
background-color css
<style>
a { background-color: #1E7A82; }
a { background-color: rgb(30,122,130); }
div.DivClassName
{
background-color: #1E7A82;
}
.BgClassName
{
background-color: #1E7A82;
}
</style>
border-color css
<style>
span { border-color: #1E7A82; }
span { border-color: rgb(30,122,130); }
td.TdClassName
{
border-color: #1E7A82;
}
.TagClassName
{
border-color: #1E7A82;
}
</style>