Shades of Atoll #1B787B
Tints of Atoll #1B787B
RGB
CMYK
RGB Variations
Color information
#1B787B (or 0x1B787B) is known color: Atoll. HEX triplet: 1B, 78 and 7B. RGB value is (27,120,123). Sum of RGB (Red+Green+Blue) = 27+120+123=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B787B is #E48784. Grayscale: #5C5C5C. Windows color (decimal): -14976901 or 8091675. OLE color: 8091675.
HSL color Cylindrical-coordinate representation of color #1B787B: hue angle of 181.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B787B is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 120 | 123 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.52 |
| HSL | 181.88º | 0.64% | 0.29% | - |
| HSV(B) | 181.88º | 0.78% | 0.48% | - |
| XYZ | 10.74 | 15.1 | 21.09 | - |
| YUV | 92.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 123 | 0.78 | 0.02 | 0 | 0.52 | 181.88 | 0.64 | 0.29 |
| Hex | 1B | 78 | 7B | 4E | 2 | 0 | 34 | B6 | 40 | 1D |
| Octal | 33 | 170 | 173 | 116 | 2 | 0 | 64 | 266 | 100 | 35 |
| Binary | 11011 | 1111000 | 1111011 | 1001110 | 10 | 0 | 110100 | 10110110 | 1000000 | 11101 |
Color Harmonies of #1B787B
Complementary color
Monochromatic Colors of #1B787B
Black with #1B787B
Text Example
Text Example
White with #1B787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B787B; }
p { color: rgb(27,120,123); }
H1.HeaderClassName
{
color: #1B787B;
}
.AnyTagClassName
{
color: #1B787B;
}
</style>
background-color css
<style>
a { background-color: #1B787B; }
a { background-color: rgb(27,120,123); }
div.DivClassName
{
background-color: #1B787B;
}
.BgClassName
{
background-color: #1B787B;
}
</style>
border-color css
<style>
span { border-color: #1B787B; }
span { border-color: rgb(27,120,123); }
td.TdClassName
{
border-color: #1B787B;
}
.TagClassName
{
border-color: #1B787B;
}
</style>