Shades of Atoll #1E777E
Tints of Atoll #1E777E
RGB
CMYK
RGB Variations
Color information
#1E777E (or 0x1E777E) is known color: Atoll. HEX triplet: 1E, 77 and 7E. RGB value is (30,119,126). Sum of RGB (Red+Green+Blue) = 30+119+126=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E777E is #E18881. Grayscale: #5D5D5D. Windows color (decimal): -14780546 or 8288030. OLE color: 8288030.
HSL color Cylindrical-coordinate representation of color #1E777E: hue angle of 184.38º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E777E is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 119 | 126 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.51 |
| HSL | 184.38º | 0.62% | 0.31% | - |
| HSV(B) | 184.38º | 0.76% | 0.49% | - |
| XYZ | 10.9 | 14.98 | 22.05 | - |
| YUV | 93.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 126 | 0.76 | 0.06 | 0 | 0.51 | 184.38 | 0.62 | 0.31 |
| Hex | 1E | 77 | 7E | 4C | 6 | 0 | 33 | B8 | 3E | 1F |
| Octal | 36 | 167 | 176 | 114 | 6 | 0 | 63 | 270 | 76 | 37 |
| Binary | 11110 | 1110111 | 1111110 | 1001100 | 110 | 0 | 110011 | 10111000 | 111110 | 11111 |
Color Harmonies of #1E777E
Complementary color
Monochromatic Colors of #1E777E
Black with #1E777E
Text Example
Text Example
White with #1E777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E777E; }
p { color: rgb(30,119,126); }
H1.HeaderClassName
{
color: #1E777E;
}
.AnyTagClassName
{
color: #1E777E;
}
</style>
background-color css
<style>
a { background-color: #1E777E; }
a { background-color: rgb(30,119,126); }
div.DivClassName
{
background-color: #1E777E;
}
.BgClassName
{
background-color: #1E777E;
}
</style>
border-color css
<style>
span { border-color: #1E777E; }
span { border-color: rgb(30,119,126); }
td.TdClassName
{
border-color: #1E777E;
}
.TagClassName
{
border-color: #1E777E;
}
</style>