Shades of Atoll #177D7F
Tints of Atoll #177D7F
RGB
CMYK
RGB Variations
Color information
#177D7F (or 0x177D7F) is known color: Atoll. HEX triplet: 17, 7D and 7F. RGB value is (23,125,127). Sum of RGB (Red+Green+Blue) = 23+125+127=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #177D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177D7F is #E88280. Grayscale: #5E5E5E. Windows color (decimal): -15237761 or 8355095. OLE color: 8355095.
HSL color Cylindrical-coordinate representation of color #177D7F: hue angle of 181.15º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177D7F is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 125 | 127 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.50 |
| HSL | 181.15º | 0.69% | 0.29% | - |
| HSV(B) | 181.15º | 0.82% | 0.5% | - |
| XYZ | 11.52 | 16.38 | 22.63 | - |
| YUV | 94.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 127 | 0.82 | 0.02 | 0 | 0.50 | 181.15 | 0.69 | 0.29 |
| Hex | 17 | 7D | 7F | 52 | 2 | 0 | 32 | B5 | 45 | 1D |
| Octal | 27 | 175 | 177 | 122 | 2 | 0 | 62 | 265 | 105 | 35 |
| Binary | 10111 | 1111101 | 1111111 | 1010010 | 10 | 0 | 110010 | 10110101 | 1000101 | 11101 |
Color Harmonies of #177D7F
Complementary color
Monochromatic Colors of #177D7F
Black with #177D7F
Text Example
Text Example
White with #177D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D7F; }
p { color: rgb(23,125,127); }
H1.HeaderClassName
{
color: #177D7F;
}
.AnyTagClassName
{
color: #177D7F;
}
</style>
background-color css
<style>
a { background-color: #177D7F; }
a { background-color: rgb(23,125,127); }
div.DivClassName
{
background-color: #177D7F;
}
.BgClassName
{
background-color: #177D7F;
}
</style>
border-color css
<style>
span { border-color: #177D7F; }
span { border-color: rgb(23,125,127); }
td.TdClassName
{
border-color: #177D7F;
}
.TagClassName
{
border-color: #177D7F;
}
</style>