Shades of Atoll #1E8389
Tints of Atoll #1E8389
RGB
CMYK
RGB Variations
Color information
#1E8389 (or 0x1E8389) is known color: Atoll. HEX triplet: 1E, 83 and 89. RGB value is (30,131,137). Sum of RGB (Red+Green+Blue) = 30+131+137=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8389 is #E17C76. Grayscale: #656565. Windows color (decimal): -14777463 or 9011998. OLE color: 9011998.
HSL color Cylindrical-coordinate representation of color #1E8389: hue angle of 183.36º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8389 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 131 | 137 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.46 |
| HSL | 183.36º | 0.64% | 0.33% | - |
| HSV(B) | 183.36º | 0.78% | 0.54% | - |
| XYZ | 13.17 | 18.31 | 26.51 | - |
| YUV | 101.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 137 | 0.78 | 0.04 | 0 | 0.46 | 183.36 | 0.64 | 0.33 |
| Hex | 1E | 83 | 89 | 4E | 4 | 0 | 2E | B7 | 40 | 21 |
| Octal | 36 | 203 | 211 | 116 | 4 | 0 | 56 | 267 | 100 | 41 |
| Binary | 11110 | 10000011 | 10001001 | 1001110 | 100 | 0 | 101110 | 10110111 | 1000000 | 100001 |
Color Harmonies of #1E8389
Complementary color
Monochromatic Colors of #1E8389
Black with #1E8389
Text Example
Text Example
White with #1E8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8389; }
p { color: rgb(30,131,137); }
H1.HeaderClassName
{
color: #1E8389;
}
.AnyTagClassName
{
color: #1E8389;
}
</style>
background-color css
<style>
a { background-color: #1E8389; }
a { background-color: rgb(30,131,137); }
div.DivClassName
{
background-color: #1E8389;
}
.BgClassName
{
background-color: #1E8389;
}
</style>
border-color css
<style>
span { border-color: #1E8389; }
span { border-color: rgb(30,131,137); }
td.TdClassName
{
border-color: #1E8389;
}
.TagClassName
{
border-color: #1E8389;
}
</style>