Shades of Atoll #1E7275
Tints of Atoll #1E7275
RGB
CMYK
RGB Variations
Color information
#1E7275 (or 0x1E7275) is known color: Atoll. HEX triplet: 1E, 72 and 75. RGB value is (30,114,117). Sum of RGB (Red+Green+Blue) = 30+114+117=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7275 is #E18D8A. Grayscale: #595959. Windows color (decimal): -14781835 or 7696926. OLE color: 7696926.
HSL color Cylindrical-coordinate representation of color #1E7275: hue angle of 182.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7275 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 114 | 117 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.54 |
| HSL | 182.07º | 0.59% | 0.29% | - |
| HSV(B) | 182.07º | 0.74% | 0.46% | - |
| XYZ | 9.76 | 13.6 | 18.94 | - |
| YUV | 89.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 117 | 0.74 | 0.03 | 0 | 0.54 | 182.07 | 0.59 | 0.29 |
| Hex | 1E | 72 | 75 | 4A | 3 | 0 | 36 | B6 | 3B | 1D |
| Octal | 36 | 162 | 165 | 112 | 3 | 0 | 66 | 266 | 73 | 35 |
| Binary | 11110 | 1110010 | 1110101 | 1001010 | 11 | 0 | 110110 | 10110110 | 111011 | 11101 |
Color Harmonies of #1E7275
Complementary color
Monochromatic Colors of #1E7275
Black with #1E7275
Text Example
Text Example
White with #1E7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7275; }
p { color: rgb(30,114,117); }
H1.HeaderClassName
{
color: #1E7275;
}
.AnyTagClassName
{
color: #1E7275;
}
</style>
background-color css
<style>
a { background-color: #1E7275; }
a { background-color: rgb(30,114,117); }
div.DivClassName
{
background-color: #1E7275;
}
.BgClassName
{
background-color: #1E7275;
}
</style>
border-color css
<style>
span { border-color: #1E7275; }
span { border-color: rgb(30,114,117); }
td.TdClassName
{
border-color: #1E7275;
}
.TagClassName
{
border-color: #1E7275;
}
</style>