Shades of Atoll #1B808E
Tints of Atoll #1B808E
RGB
CMYK
RGB Variations
Color information
#1B808E (or 0x1B808E) is known color: Atoll. HEX triplet: 1B, 80 and 8E. RGB value is (27,128,142). Sum of RGB (Red+Green+Blue) = 27+128+142=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B808E is #E47F71. Grayscale: #636363. Windows color (decimal): -14974834 or 9338907. OLE color: 9338907.
HSL color Cylindrical-coordinate representation of color #1B808E: hue angle of 187.3º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B808E is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 128 | 142 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.44 |
| HSL | 187.3º | 0.68% | 0.33% | - |
| HSV(B) | 187.3º | 0.81% | 0.56% | - |
| XYZ | 13.05 | 17.62 | 28.31 | - |
| YUV | 99.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 142 | 0.81 | 0.10 | 0 | 0.44 | 187.3 | 0.68 | 0.33 |
| Hex | 1B | 80 | 8E | 51 | A | 0 | 2C | BB | 44 | 21 |
| Octal | 33 | 200 | 216 | 121 | 12 | 0 | 54 | 273 | 104 | 41 |
| Binary | 11011 | 10000000 | 10001110 | 1010001 | 1010 | 0 | 101100 | 10111011 | 1000100 | 100001 |
Color Harmonies of #1B808E
Complementary color
Monochromatic Colors of #1B808E
Black with #1B808E
Text Example
Text Example
White with #1B808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B808E; }
p { color: rgb(27,128,142); }
H1.HeaderClassName
{
color: #1B808E;
}
.AnyTagClassName
{
color: #1B808E;
}
</style>
background-color css
<style>
a { background-color: #1B808E; }
a { background-color: rgb(27,128,142); }
div.DivClassName
{
background-color: #1B808E;
}
.BgClassName
{
background-color: #1B808E;
}
</style>
border-color css
<style>
span { border-color: #1B808E; }
span { border-color: rgb(27,128,142); }
td.TdClassName
{
border-color: #1B808E;
}
.TagClassName
{
border-color: #1B808E;
}
</style>