Shades of Atoll #178081
Tints of Atoll #178081
RGB
CMYK
RGB Variations
Color information
#178081 (or 0x178081) is known color: Atoll. HEX triplet: 17, 80 and 81. RGB value is (23,128,129). Sum of RGB (Red+Green+Blue) = 23+128+129=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #178081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178081 is #E87F7E. Grayscale: #606060. Windows color (decimal): -15236991 or 8486935. OLE color: 8486935.
HSL color Cylindrical-coordinate representation of color #178081: hue angle of 180.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178081 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 128 | 129 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.49 |
| HSL | 180.57º | 0.7% | 0.3% | - |
| HSV(B) | 180.57º | 0.82% | 0.51% | - |
| XYZ | 12.03 | 17.21 | 23.46 | - |
| YUV | 96.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 129 | 0.82 | 0.01 | 0 | 0.49 | 180.57 | 0.7 | 0.3 |
| Hex | 17 | 80 | 81 | 52 | 1 | 0 | 31 | B5 | 46 | 1E |
| Octal | 27 | 200 | 201 | 122 | 1 | 0 | 61 | 265 | 106 | 36 |
| Binary | 10111 | 10000000 | 10000001 | 1010010 | 1 | 0 | 110001 | 10110101 | 1000110 | 11110 |
Color Harmonies of #178081
Complementary color
Monochromatic Colors of #178081
Black with #178081
Text Example
Text Example
White with #178081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178081; }
p { color: rgb(23,128,129); }
H1.HeaderClassName
{
color: #178081;
}
.AnyTagClassName
{
color: #178081;
}
</style>
background-color css
<style>
a { background-color: #178081; }
a { background-color: rgb(23,128,129); }
div.DivClassName
{
background-color: #178081;
}
.BgClassName
{
background-color: #178081;
}
</style>
border-color css
<style>
span { border-color: #178081; }
span { border-color: rgb(23,128,129); }
td.TdClassName
{
border-color: #178081;
}
.TagClassName
{
border-color: #178081;
}
</style>