Shades of Atoll #1E7376
Tints of Atoll #1E7376
RGB
CMYK
RGB Variations
Color information
#1E7376 (or 0x1E7376) is known color: Atoll. HEX triplet: 1E, 73 and 76. RGB value is (30,115,118). Sum of RGB (Red+Green+Blue) = 30+115+118=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7376 is #E18C89. Grayscale: #595959. Windows color (decimal): -14781578 or 7762718. OLE color: 7762718.
HSL color Cylindrical-coordinate representation of color #1E7376: hue angle of 182.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7376 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 115 | 118 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.54 |
| HSL | 182.05º | 0.59% | 0.29% | - |
| HSV(B) | 182.05º | 0.75% | 0.46% | - |
| XYZ | 9.94 | 13.85 | 19.29 | - |
| YUV | 89.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 118 | 0.75 | 0.03 | 0 | 0.54 | 182.05 | 0.59 | 0.29 |
| Hex | 1E | 73 | 76 | 4B | 3 | 0 | 36 | B6 | 3B | 1D |
| Octal | 36 | 163 | 166 | 113 | 3 | 0 | 66 | 266 | 73 | 35 |
| Binary | 11110 | 1110011 | 1110110 | 1001011 | 11 | 0 | 110110 | 10110110 | 111011 | 11101 |
Color Harmonies of #1E7376
Complementary color
Monochromatic Colors of #1E7376
Black with #1E7376
Text Example
Text Example
White with #1E7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7376; }
p { color: rgb(30,115,118); }
H1.HeaderClassName
{
color: #1E7376;
}
.AnyTagClassName
{
color: #1E7376;
}
</style>
background-color css
<style>
a { background-color: #1E7376; }
a { background-color: rgb(30,115,118); }
div.DivClassName
{
background-color: #1E7376;
}
.BgClassName
{
background-color: #1E7376;
}
</style>
border-color css
<style>
span { border-color: #1E7376; }
span { border-color: rgb(30,115,118); }
td.TdClassName
{
border-color: #1E7376;
}
.TagClassName
{
border-color: #1E7376;
}
</style>