Shades of Atoll #1C7275
Tints of Atoll #1C7275
RGB
CMYK
RGB Variations
Color information
#1C7275 (or 0x1C7275) is known color: Atoll. HEX triplet: 1C, 72 and 75. RGB value is (28,114,117). Sum of RGB (Red+Green+Blue) = 28+114+117=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7275 is #E38D8A. Grayscale: #585858. Windows color (decimal): -14912907 or 7696924. OLE color: 7696924.
HSL color Cylindrical-coordinate representation of color #1C7275: hue angle of 182.02º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7275 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 114 | 117 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.54 |
| HSL | 182.02º | 0.61% | 0.28% | - |
| HSV(B) | 182.02º | 0.76% | 0.46% | - |
| XYZ | 9.71 | 13.57 | 18.94 | - |
| YUV | 88.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 117 | 0.76 | 0.03 | 0 | 0.54 | 182.02 | 0.61 | 0.28 |
| Hex | 1C | 72 | 75 | 4C | 3 | 0 | 36 | B6 | 3D | 1C |
| Octal | 34 | 162 | 165 | 114 | 3 | 0 | 66 | 266 | 75 | 34 |
| Binary | 11100 | 1110010 | 1110101 | 1001100 | 11 | 0 | 110110 | 10110110 | 111101 | 11100 |
Color Harmonies of #1C7275
Complementary color
Monochromatic Colors of #1C7275
Black with #1C7275
Text Example
Text Example
White with #1C7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7275; }
p { color: rgb(28,114,117); }
H1.HeaderClassName
{
color: #1C7275;
}
.AnyTagClassName
{
color: #1C7275;
}
</style>
background-color css
<style>
a { background-color: #1C7275; }
a { background-color: rgb(28,114,117); }
div.DivClassName
{
background-color: #1C7275;
}
.BgClassName
{
background-color: #1C7275;
}
</style>
border-color css
<style>
span { border-color: #1C7275; }
span { border-color: rgb(28,114,117); }
td.TdClassName
{
border-color: #1C7275;
}
.TagClassName
{
border-color: #1C7275;
}
</style>