Shades of Atoll #1E7F81
Tints of Atoll #1E7F81
RGB
CMYK
RGB Variations
Color information
#1E7F81 (or 0x1E7F81) is known color: Atoll. HEX triplet: 1E, 7F and 81. RGB value is (30,127,129). Sum of RGB (Red+Green+Blue) = 30+127+129=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E7F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7F81 is #E1807E. Grayscale: #626262. Windows color (decimal): -14778495 or 8486686. OLE color: 8486686.
HSL color Cylindrical-coordinate representation of color #1E7F81: hue angle of 181.21º 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 #1E7F81 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 127 | 129 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.49 |
| HSL | 181.21º | 0.62% | 0.31% | - |
| HSV(B) | 181.21º | 0.77% | 0.51% | - |
| XYZ | 12.09 | 17.04 | 23.42 | - |
| YUV | 98.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 129 | 0.77 | 0.02 | 0 | 0.49 | 181.21 | 0.62 | 0.31 |
| Hex | 1E | 7F | 81 | 4D | 2 | 0 | 31 | B5 | 3E | 1F |
| Octal | 36 | 177 | 201 | 115 | 2 | 0 | 61 | 265 | 76 | 37 |
| Binary | 11110 | 1111111 | 10000001 | 1001101 | 10 | 0 | 110001 | 10110101 | 111110 | 11111 |
Color Harmonies of #1E7F81
Complementary color
Monochromatic Colors of #1E7F81
Black with #1E7F81
Text Example
Text Example
White with #1E7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F81; }
p { color: rgb(30,127,129); }
H1.HeaderClassName
{
color: #1E7F81;
}
.AnyTagClassName
{
color: #1E7F81;
}
</style>
background-color css
<style>
a { background-color: #1E7F81; }
a { background-color: rgb(30,127,129); }
div.DivClassName
{
background-color: #1E7F81;
}
.BgClassName
{
background-color: #1E7F81;
}
</style>
border-color css
<style>
span { border-color: #1E7F81; }
span { border-color: rgb(30,127,129); }
td.TdClassName
{
border-color: #1E7F81;
}
.TagClassName
{
border-color: #1E7F81;
}
</style>