Shades of Atoll #178182
Tints of Atoll #178182
RGB
CMYK
RGB Variations
Color information
#178182 (or 0x178182) is known color: Atoll. HEX triplet: 17, 81 and 82. RGB value is (23,129,130). Sum of RGB (Red+Green+Blue) = 23+129+130=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #178182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178182 is #E87E7D. Grayscale: #616161. Windows color (decimal): -15236734 or 8552727. OLE color: 8552727.
HSL color Cylindrical-coordinate representation of color #178182: hue angle of 180.56º 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 #178182 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 130 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.49 |
| HSL | 180.56º | 0.7% | 0.3% | - |
| HSV(B) | 180.56º | 0.82% | 0.51% | - |
| XYZ | 12.23 | 17.49 | 23.85 | - |
| YUV | 97.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 130 | 0.82 | 0.01 | 0 | 0.49 | 180.56 | 0.7 | 0.3 |
| Hex | 17 | 81 | 82 | 52 | 1 | 0 | 31 | B5 | 46 | 1E |
| Octal | 27 | 201 | 202 | 122 | 1 | 0 | 61 | 265 | 106 | 36 |
| Binary | 10111 | 10000001 | 10000010 | 1010010 | 1 | 0 | 110001 | 10110101 | 1000110 | 11110 |
Color Harmonies of #178182
Complementary color
Monochromatic Colors of #178182
Black with #178182
Text Example
Text Example
White with #178182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178182; }
p { color: rgb(23,129,130); }
H1.HeaderClassName
{
color: #178182;
}
.AnyTagClassName
{
color: #178182;
}
</style>
background-color css
<style>
a { background-color: #178182; }
a { background-color: rgb(23,129,130); }
div.DivClassName
{
background-color: #178182;
}
.BgClassName
{
background-color: #178182;
}
</style>
border-color css
<style>
span { border-color: #178182; }
span { border-color: rgb(23,129,130); }
td.TdClassName
{
border-color: #178182;
}
.TagClassName
{
border-color: #178182;
}
</style>