Shades of Atoll #1D797F
Tints of Atoll #1D797F
RGB
CMYK
RGB Variations
Color information
#1D797F (or 0x1D797F) is known color: Atoll. HEX triplet: 1D, 79 and 7F. RGB value is (29,121,127). Sum of RGB (Red+Green+Blue) = 29+121+127=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D797F is #E28680. Grayscale: #5E5E5E. Windows color (decimal): -14845569 or 8354077. OLE color: 8354077.
HSL color Cylindrical-coordinate representation of color #1D797F: hue angle of 183.67º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D797F is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 121 | 127 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.50 |
| HSL | 183.67º | 0.63% | 0.31% | - |
| HSV(B) | 183.67º | 0.77% | 0.5% | - |
| XYZ | 11.17 | 15.47 | 22.48 | - |
| YUV | 94.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 127 | 0.77 | 0.05 | 0 | 0.50 | 183.67 | 0.63 | 0.31 |
| Hex | 1D | 79 | 7F | 4D | 5 | 0 | 32 | B8 | 3F | 1F |
| Octal | 35 | 171 | 177 | 115 | 5 | 0 | 62 | 270 | 77 | 37 |
| Binary | 11101 | 1111001 | 1111111 | 1001101 | 101 | 0 | 110010 | 10111000 | 111111 | 11111 |
Color Harmonies of #1D797F
Complementary color
Monochromatic Colors of #1D797F
Black with #1D797F
Text Example
Text Example
White with #1D797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D797F; }
p { color: rgb(29,121,127); }
H1.HeaderClassName
{
color: #1D797F;
}
.AnyTagClassName
{
color: #1D797F;
}
</style>
background-color css
<style>
a { background-color: #1D797F; }
a { background-color: rgb(29,121,127); }
div.DivClassName
{
background-color: #1D797F;
}
.BgClassName
{
background-color: #1D797F;
}
</style>
border-color css
<style>
span { border-color: #1D797F; }
span { border-color: rgb(29,121,127); }
td.TdClassName
{
border-color: #1D797F;
}
.TagClassName
{
border-color: #1D797F;
}
</style>