Shades of Atoll #177F80
Tints of Atoll #177F80
RGB
CMYK
RGB Variations
Color information
#177F80 (or 0x177F80) is known color: Atoll. HEX triplet: 17, 7F and 80. RGB value is (23,127,128). Sum of RGB (Red+Green+Blue) = 23+127+128=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #177F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F80 is #E8807F. Grayscale: #5F5F5F. Windows color (decimal): -15237248 or 8421143. OLE color: 8421143.
HSL color Cylindrical-coordinate representation of color #177F80: hue angle of 180.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F80 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 128 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.50 |
| HSL | 180.57º | 0.7% | 0.3% | - |
| HSV(B) | 180.57º | 0.82% | 0.5% | - |
| XYZ | 11.84 | 16.92 | 23.06 | - |
| YUV | 96.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 128 | 0.82 | 0.01 | 0 | 0.50 | 180.57 | 0.7 | 0.3 |
| Hex | 17 | 7F | 80 | 52 | 1 | 0 | 32 | B5 | 46 | 1E |
| Octal | 27 | 177 | 200 | 122 | 1 | 0 | 62 | 265 | 106 | 36 |
| Binary | 10111 | 1111111 | 10000000 | 1010010 | 1 | 0 | 110010 | 10110101 | 1000110 | 11110 |
Color Harmonies of #177F80
Complementary color
Monochromatic Colors of #177F80
Black with #177F80
Text Example
Text Example
White with #177F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F80; }
p { color: rgb(23,127,128); }
H1.HeaderClassName
{
color: #177F80;
}
.AnyTagClassName
{
color: #177F80;
}
</style>
background-color css
<style>
a { background-color: #177F80; }
a { background-color: rgb(23,127,128); }
div.DivClassName
{
background-color: #177F80;
}
.BgClassName
{
background-color: #177F80;
}
</style>
border-color css
<style>
span { border-color: #177F80; }
span { border-color: rgb(23,127,128); }
td.TdClassName
{
border-color: #177F80;
}
.TagClassName
{
border-color: #177F80;
}
</style>