Shades of Atoll #17777A
Tints of Atoll #17777A
RGB
CMYK
RGB Variations
Color information
#17777A (or 0x17777A) is known color: Atoll. HEX triplet: 17, 77 and 7A. RGB value is (23,119,122). Sum of RGB (Red+Green+Blue) = 23+119+122=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #17777A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17777A is #E88885. Grayscale: #5A5A5A. Windows color (decimal): -15239302 or 8025879. OLE color: 8025879.
HSL color Cylindrical-coordinate representation of color #17777A: hue angle of 181.82º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17777A is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 119 | 122 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.52 |
| HSL | 181.82º | 0.68% | 0.28% | - |
| HSV(B) | 181.82º | 0.81% | 0.48% | - |
| XYZ | 10.46 | 14.78 | 20.71 | - |
| YUV | 90.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 122 | 0.81 | 0.02 | 0 | 0.52 | 181.82 | 0.68 | 0.28 |
| Hex | 17 | 77 | 7A | 51 | 2 | 0 | 34 | B6 | 44 | 1C |
| Octal | 27 | 167 | 172 | 121 | 2 | 0 | 64 | 266 | 104 | 34 |
| Binary | 10111 | 1110111 | 1111010 | 1010001 | 10 | 0 | 110100 | 10110110 | 1000100 | 11100 |
Color Harmonies of #17777A
Complementary color
Monochromatic Colors of #17777A
Black with #17777A
Text Example
Text Example
White with #17777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17777A; }
p { color: rgb(23,119,122); }
H1.HeaderClassName
{
color: #17777A;
}
.AnyTagClassName
{
color: #17777A;
}
</style>
background-color css
<style>
a { background-color: #17777A; }
a { background-color: rgb(23,119,122); }
div.DivClassName
{
background-color: #17777A;
}
.BgClassName
{
background-color: #17777A;
}
</style>
border-color css
<style>
span { border-color: #17777A; }
span { border-color: rgb(23,119,122); }
td.TdClassName
{
border-color: #17777A;
}
.TagClassName
{
border-color: #17777A;
}
</style>