Shades of Atoll #1E7B80
Tints of Atoll #1E7B80
RGB
CMYK
RGB Variations
Color information
#1E7B80 (or 0x1E7B80) is known color: Atoll. HEX triplet: 1E, 7B and 80. RGB value is (30,123,128). Sum of RGB (Red+Green+Blue) = 30+123+128=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E7B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7B80 is #E1847F. Grayscale: #5F5F5F. Windows color (decimal): -14779520 or 8420126. OLE color: 8420126.
HSL color Cylindrical-coordinate representation of color #1E7B80: hue angle of 183.06º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7B80 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 123 | 128 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.50 |
| HSL | 183.06º | 0.62% | 0.31% | - |
| HSV(B) | 183.06º | 0.77% | 0.5% | - |
| XYZ | 11.51 | 16 | 22.9 | - |
| YUV | 95.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 128 | 0.77 | 0.04 | 0 | 0.50 | 183.06 | 0.62 | 0.31 |
| Hex | 1E | 7B | 80 | 4D | 4 | 0 | 32 | B7 | 3E | 1F |
| Octal | 36 | 173 | 200 | 115 | 4 | 0 | 62 | 267 | 76 | 37 |
| Binary | 11110 | 1111011 | 10000000 | 1001101 | 100 | 0 | 110010 | 10110111 | 111110 | 11111 |
Color Harmonies of #1E7B80
Complementary color
Monochromatic Colors of #1E7B80
Black with #1E7B80
Text Example
Text Example
White with #1E7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7B80; }
p { color: rgb(30,123,128); }
H1.HeaderClassName
{
color: #1E7B80;
}
.AnyTagClassName
{
color: #1E7B80;
}
</style>
background-color css
<style>
a { background-color: #1E7B80; }
a { background-color: rgb(30,123,128); }
div.DivClassName
{
background-color: #1E7B80;
}
.BgClassName
{
background-color: #1E7B80;
}
</style>
border-color css
<style>
span { border-color: #1E7B80; }
span { border-color: rgb(30,123,128); }
td.TdClassName
{
border-color: #1E7B80;
}
.TagClassName
{
border-color: #1E7B80;
}
</style>