Shades of Atoll #257C80
Tints of Atoll #257C80
RGB
CMYK
RGB Variations
Color information
#257C80 (or 0x257C80) is known color: Atoll. HEX triplet: 25, 7C and 80. RGB value is (37,124,128). Sum of RGB (Red+Green+Blue) = 37+124+128=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #257C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C80 is #DA837F. Grayscale: #626262. Windows color (decimal): -14320512 or 8420389. OLE color: 8420389.
HSL color Cylindrical-coordinate representation of color #257C80: hue angle of 182.64º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257C80 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 124 | 128 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.50 |
| HSL | 182.64º | 0.55% | 0.32% | - |
| HSV(B) | 182.64º | 0.71% | 0.5% | - |
| XYZ | 11.87 | 16.37 | 22.96 | - |
| YUV | 98.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 128 | 0.71 | 0.03 | 0 | 0.50 | 182.64 | 0.55 | 0.32 |
| Hex | 25 | 7C | 80 | 47 | 3 | 0 | 32 | B7 | 37 | 20 |
| Octal | 45 | 174 | 200 | 107 | 3 | 0 | 62 | 267 | 67 | 40 |
| Binary | 100101 | 1111100 | 10000000 | 1000111 | 11 | 0 | 110010 | 10110111 | 110111 | 100000 |
Color Harmonies of #257C80
Complementary color
Monochromatic Colors of #257C80
Black with #257C80
Text Example
Text Example
White with #257C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C80; }
p { color: rgb(37,124,128); }
H1.HeaderClassName
{
color: #257C80;
}
.AnyTagClassName
{
color: #257C80;
}
</style>
background-color css
<style>
a { background-color: #257C80; }
a { background-color: rgb(37,124,128); }
div.DivClassName
{
background-color: #257C80;
}
.BgClassName
{
background-color: #257C80;
}
</style>
border-color css
<style>
span { border-color: #257C80; }
span { border-color: rgb(37,124,128); }
td.TdClassName
{
border-color: #257C80;
}
.TagClassName
{
border-color: #257C80;
}
</style>