Shades of Atoll #1E7578
Tints of Atoll #1E7578
RGB
CMYK
RGB Variations
Color information
#1E7578 (or 0x1E7578) is known color: Atoll. HEX triplet: 1E, 75 and 78. RGB value is (30,117,120). Sum of RGB (Red+Green+Blue) = 30+117+120=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E7578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7578 is #E18A87. Grayscale: #5B5B5B. Windows color (decimal): -14781064 or 7894302. OLE color: 7894302.
HSL color Cylindrical-coordinate representation of color #1E7578: hue angle of 182º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7578 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 117 | 120 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.53 |
| HSL | 182º | 0.6% | 0.29% | - |
| HSV(B) | 182º | 0.75% | 0.47% | - |
| XYZ | 10.29 | 14.35 | 20 | - |
| YUV | 91.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 120 | 0.75 | 0.02 | 0 | 0.53 | 182 | 0.6 | 0.29 |
| Hex | 1E | 75 | 78 | 4B | 2 | 0 | 35 | B6 | 3C | 1D |
| Octal | 36 | 165 | 170 | 113 | 2 | 0 | 65 | 266 | 74 | 35 |
| Binary | 11110 | 1110101 | 1111000 | 1001011 | 10 | 0 | 110101 | 10110110 | 111100 | 11101 |
Color Harmonies of #1E7578
Complementary color
Monochromatic Colors of #1E7578
Black with #1E7578
Text Example
Text Example
White with #1E7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7578; }
p { color: rgb(30,117,120); }
H1.HeaderClassName
{
color: #1E7578;
}
.AnyTagClassName
{
color: #1E7578;
}
</style>
background-color css
<style>
a { background-color: #1E7578; }
a { background-color: rgb(30,117,120); }
div.DivClassName
{
background-color: #1E7578;
}
.BgClassName
{
background-color: #1E7578;
}
</style>
border-color css
<style>
span { border-color: #1E7578; }
span { border-color: rgb(30,117,120); }
td.TdClassName
{
border-color: #1E7578;
}
.TagClassName
{
border-color: #1E7578;
}
</style>