Shades of Atoll #357C7A
Tints of Atoll #357C7A
RGB
CMYK
RGB Variations
Color information
#357C7A (or 0x357C7A) is known color: Atoll. HEX triplet: 35, 7C and 7A. RGB value is (53,124,122). Sum of RGB (Red+Green+Blue) = 53+124+122=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #357C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7A is #CA8385. Grayscale: #666666. Windows color (decimal): -13271942 or 8027189. OLE color: 8027189.
HSL color Cylindrical-coordinate representation of color #357C7A: hue angle of 178.31º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C7A is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 122 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.51 |
| HSL | 178.31º | 0.4% | 0.35% | - |
| HSV(B) | 178.31º | 0.57% | 0.49% | - |
| XYZ | 12.19 | 16.58 | 20.97 | - |
| YUV | 102.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 122 | 0.57 | 0 | 0.02 | 0.51 | 178.31 | 0.4 | 0.35 |
| Hex | 35 | 7C | 7A | 39 | 0 | 2 | 33 | B2 | 28 | 23 |
| Octal | 65 | 174 | 172 | 71 | 0 | 2 | 63 | 262 | 50 | 43 |
| Binary | 110101 | 1111100 | 1111010 | 111001 | 0 | 10 | 110011 | 10110010 | 101000 | 100011 |
Color Harmonies of #357C7A
Complementary color
Monochromatic Colors of #357C7A
Black with #357C7A
Text Example
Text Example
White with #357C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C7A; }
p { color: rgb(53,124,122); }
H1.HeaderClassName
{
color: #357C7A;
}
.AnyTagClassName
{
color: #357C7A;
}
</style>
background-color css
<style>
a { background-color: #357C7A; }
a { background-color: rgb(53,124,122); }
div.DivClassName
{
background-color: #357C7A;
}
.BgClassName
{
background-color: #357C7A;
}
</style>
border-color css
<style>
span { border-color: #357C7A; }
span { border-color: rgb(53,124,122); }
td.TdClassName
{
border-color: #357C7A;
}
.TagClassName
{
border-color: #357C7A;
}
</style>