Shades of Atoll #1C757A
Tints of Atoll #1C757A
RGB
CMYK
RGB Variations
Color information
#1C757A (or 0x1C757A) is known color: Atoll. HEX triplet: 1C, 75 and 7A. RGB value is (28,117,122). Sum of RGB (Red+Green+Blue) = 28+117+122=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C757A is #E38A85. Grayscale: #5A5A5A. Windows color (decimal): -14912134 or 8025372. OLE color: 8025372.
HSL color Cylindrical-coordinate representation of color #1C757A: hue angle of 183.19º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C757A is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 117 | 122 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.52 |
| HSL | 183.19º | 0.63% | 0.29% | - |
| HSV(B) | 183.19º | 0.77% | 0.48% | - |
| XYZ | 10.35 | 14.37 | 20.64 | - |
| YUV | 90.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 122 | 0.77 | 0.04 | 0 | 0.52 | 183.19 | 0.63 | 0.29 |
| Hex | 1C | 75 | 7A | 4D | 4 | 0 | 34 | B7 | 3F | 1D |
| Octal | 34 | 165 | 172 | 115 | 4 | 0 | 64 | 267 | 77 | 35 |
| Binary | 11100 | 1110101 | 1111010 | 1001101 | 100 | 0 | 110100 | 10110111 | 111111 | 11101 |
Color Harmonies of #1C757A
Complementary color
Monochromatic Colors of #1C757A
Black with #1C757A
Text Example
Text Example
White with #1C757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C757A; }
p { color: rgb(28,117,122); }
H1.HeaderClassName
{
color: #1C757A;
}
.AnyTagClassName
{
color: #1C757A;
}
</style>
background-color css
<style>
a { background-color: #1C757A; }
a { background-color: rgb(28,117,122); }
div.DivClassName
{
background-color: #1C757A;
}
.BgClassName
{
background-color: #1C757A;
}
</style>
border-color css
<style>
span { border-color: #1C757A; }
span { border-color: rgb(28,117,122); }
td.TdClassName
{
border-color: #1C757A;
}
.TagClassName
{
border-color: #1C757A;
}
</style>