Shades of Atoll #1B7F8D
Tints of Atoll #1B7F8D
RGB
CMYK
RGB Variations
Color information
#1B7F8D (or 0x1B7F8D) is known color: Atoll. HEX triplet: 1B, 7F and 8D. RGB value is (27,127,141). Sum of RGB (Red+Green+Blue) = 27+127+141=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B7F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7F8D is #E48072. Grayscale: #626262. Windows color (decimal): -14975091 or 9273115. OLE color: 9273115.
HSL color Cylindrical-coordinate representation of color #1B7F8D: hue angle of 187.37º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B7F8D is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 127 | 141 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.45 |
| HSL | 187.37º | 0.68% | 0.33% | - |
| HSV(B) | 187.37º | 0.81% | 0.55% | - |
| XYZ | 12.85 | 17.33 | 27.87 | - |
| YUV | 98.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 141 | 0.81 | 0.10 | 0 | 0.45 | 187.37 | 0.68 | 0.33 |
| Hex | 1B | 7F | 8D | 51 | A | 0 | 2D | BB | 44 | 21 |
| Octal | 33 | 177 | 215 | 121 | 12 | 0 | 55 | 273 | 104 | 41 |
| Binary | 11011 | 1111111 | 10001101 | 1010001 | 1010 | 0 | 101101 | 10111011 | 1000100 | 100001 |
Color Harmonies of #1B7F8D
Complementary color
Monochromatic Colors of #1B7F8D
Black with #1B7F8D
Text Example
Text Example
White with #1B7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F8D; }
p { color: rgb(27,127,141); }
H1.HeaderClassName
{
color: #1B7F8D;
}
.AnyTagClassName
{
color: #1B7F8D;
}
</style>
background-color css
<style>
a { background-color: #1B7F8D; }
a { background-color: rgb(27,127,141); }
div.DivClassName
{
background-color: #1B7F8D;
}
.BgClassName
{
background-color: #1B7F8D;
}
</style>
border-color css
<style>
span { border-color: #1B7F8D; }
span { border-color: rgb(27,127,141); }
td.TdClassName
{
border-color: #1B7F8D;
}
.TagClassName
{
border-color: #1B7F8D;
}
</style>