Shades of Atoll #177C80
Tints of Atoll #177C80
RGB
CMYK
RGB Variations
Color information
#177C80 (or 0x177C80) is known color: Atoll. HEX triplet: 17, 7C and 80. RGB value is (23,124,128). Sum of RGB (Red+Green+Blue) = 23+124+128=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #177C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177C80 is #E8837F. Grayscale: #5E5E5E. Windows color (decimal): -15238016 or 8420375. OLE color: 8420375.
HSL color Cylindrical-coordinate representation of color #177C80: hue angle of 182.29º 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 #177C80 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 124 | 128 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.50 |
| HSL | 182.29º | 0.7% | 0.3% | - |
| HSV(B) | 182.29º | 0.82% | 0.5% | - |
| XYZ | 11.46 | 16.16 | 22.94 | - |
| YUV | 94.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 128 | 0.82 | 0.03 | 0 | 0.50 | 182.29 | 0.7 | 0.3 |
| Hex | 17 | 7C | 80 | 52 | 3 | 0 | 32 | B6 | 46 | 1E |
| Octal | 27 | 174 | 200 | 122 | 3 | 0 | 62 | 266 | 106 | 36 |
| Binary | 10111 | 1111100 | 10000000 | 1010010 | 11 | 0 | 110010 | 10110110 | 1000110 | 11110 |
Color Harmonies of #177C80
Complementary color
Monochromatic Colors of #177C80
Black with #177C80
Text Example
Text Example
White with #177C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177C80; }
p { color: rgb(23,124,128); }
H1.HeaderClassName
{
color: #177C80;
}
.AnyTagClassName
{
color: #177C80;
}
</style>
background-color css
<style>
a { background-color: #177C80; }
a { background-color: rgb(23,124,128); }
div.DivClassName
{
background-color: #177C80;
}
.BgClassName
{
background-color: #177C80;
}
</style>
border-color css
<style>
span { border-color: #177C80; }
span { border-color: rgb(23,124,128); }
td.TdClassName
{
border-color: #177C80;
}
.TagClassName
{
border-color: #177C80;
}
</style>