Shades of Atoll #1B8082
Tints of Atoll #1B8082
RGB
CMYK
RGB Variations
Color information
#1B8082 (or 0x1B8082) is known color: Atoll. HEX triplet: 1B, 80 and 82. RGB value is (27,128,130). Sum of RGB (Red+Green+Blue) = 27+128+130=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B8082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8082 is #E47F7D. Grayscale: #616161. Windows color (decimal): -14974846 or 8552475. OLE color: 8552475.
HSL color Cylindrical-coordinate representation of color #1B8082: hue angle of 181.17º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8082 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 128 | 130 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.49 |
| HSL | 181.17º | 0.66% | 0.31% | - |
| HSV(B) | 181.17º | 0.79% | 0.51% | - |
| XYZ | 12.2 | 17.28 | 23.81 | - |
| YUV | 98.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 130 | 0.79 | 0.02 | 0 | 0.49 | 181.17 | 0.66 | 0.31 |
| Hex | 1B | 80 | 82 | 4F | 2 | 0 | 31 | B5 | 42 | 1F |
| Octal | 33 | 200 | 202 | 117 | 2 | 0 | 61 | 265 | 102 | 37 |
| Binary | 11011 | 10000000 | 10000010 | 1001111 | 10 | 0 | 110001 | 10110101 | 1000010 | 11111 |
Color Harmonies of #1B8082
Complementary color
Monochromatic Colors of #1B8082
Black with #1B8082
Text Example
Text Example
White with #1B8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8082; }
p { color: rgb(27,128,130); }
H1.HeaderClassName
{
color: #1B8082;
}
.AnyTagClassName
{
color: #1B8082;
}
</style>
background-color css
<style>
a { background-color: #1B8082; }
a { background-color: rgb(27,128,130); }
div.DivClassName
{
background-color: #1B8082;
}
.BgClassName
{
background-color: #1B8082;
}
</style>
border-color css
<style>
span { border-color: #1B8082; }
span { border-color: rgb(27,128,130); }
td.TdClassName
{
border-color: #1B8082;
}
.TagClassName
{
border-color: #1B8082;
}
</style>