Shades of Atoll #177B80
Tints of Atoll #177B80
RGB
CMYK
RGB Variations
Color information
#177B80 (or 0x177B80) is known color: Atoll. HEX triplet: 17, 7B and 80. RGB value is (23,123,128). Sum of RGB (Red+Green+Blue) = 23+123+128=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #177B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177B80 is #E8847F. Grayscale: #5D5D5D. Windows color (decimal): -15238272 or 8420119. OLE color: 8420119.
HSL color Cylindrical-coordinate representation of color #177B80: hue angle of 182.86º 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 #177B80 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 123 | 128 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.50 |
| HSL | 182.86º | 0.7% | 0.3% | - |
| HSV(B) | 182.86º | 0.82% | 0.5% | - |
| XYZ | 11.33 | 15.91 | 22.9 | - |
| YUV | 93.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 128 | 0.82 | 0.04 | 0 | 0.50 | 182.86 | 0.7 | 0.3 |
| Hex | 17 | 7B | 80 | 52 | 4 | 0 | 32 | B7 | 46 | 1E |
| Octal | 27 | 173 | 200 | 122 | 4 | 0 | 62 | 267 | 106 | 36 |
| Binary | 10111 | 1111011 | 10000000 | 1010010 | 100 | 0 | 110010 | 10110111 | 1000110 | 11110 |
Color Harmonies of #177B80
Complementary color
Monochromatic Colors of #177B80
Black with #177B80
Text Example
Text Example
White with #177B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B80; }
p { color: rgb(23,123,128); }
H1.HeaderClassName
{
color: #177B80;
}
.AnyTagClassName
{
color: #177B80;
}
</style>
background-color css
<style>
a { background-color: #177B80; }
a { background-color: rgb(23,123,128); }
div.DivClassName
{
background-color: #177B80;
}
.BgClassName
{
background-color: #177B80;
}
</style>
border-color css
<style>
span { border-color: #177B80; }
span { border-color: rgb(23,123,128); }
td.TdClassName
{
border-color: #177B80;
}
.TagClassName
{
border-color: #177B80;
}
</style>