Shades of Atoll #1E7375
Tints of Atoll #1E7375
RGB
CMYK
RGB Variations
Color information
#1E7375 (or 0x1E7375) is known color: Atoll. HEX triplet: 1E, 73 and 75. RGB value is (30,115,117). Sum of RGB (Red+Green+Blue) = 30+115+117=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7375 is #E18C8A. Grayscale: #595959. Windows color (decimal): -14781579 or 7697182. OLE color: 7697182.
HSL color Cylindrical-coordinate representation of color #1E7375: hue angle of 181.38º 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 #1E7375 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 115 | 117 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.54 |
| HSL | 181.38º | 0.59% | 0.29% | - |
| HSV(B) | 181.38º | 0.74% | 0.46% | - |
| XYZ | 9.88 | 13.82 | 18.98 | - |
| YUV | 89.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 117 | 0.74 | 0.02 | 0 | 0.54 | 181.38 | 0.59 | 0.29 |
| Hex | 1E | 73 | 75 | 4A | 2 | 0 | 36 | B5 | 3B | 1D |
| Octal | 36 | 163 | 165 | 112 | 2 | 0 | 66 | 265 | 73 | 35 |
| Binary | 11110 | 1110011 | 1110101 | 1001010 | 10 | 0 | 110110 | 10110101 | 111011 | 11101 |
Color Harmonies of #1E7375
Complementary color
Monochromatic Colors of #1E7375
Black with #1E7375
Text Example
Text Example
White with #1E7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7375; }
p { color: rgb(30,115,117); }
H1.HeaderClassName
{
color: #1E7375;
}
.AnyTagClassName
{
color: #1E7375;
}
</style>
background-color css
<style>
a { background-color: #1E7375; }
a { background-color: rgb(30,115,117); }
div.DivClassName
{
background-color: #1E7375;
}
.BgClassName
{
background-color: #1E7375;
}
</style>
border-color css
<style>
span { border-color: #1E7375; }
span { border-color: rgb(30,115,117); }
td.TdClassName
{
border-color: #1E7375;
}
.TagClassName
{
border-color: #1E7375;
}
</style>