Shades of Atoll #257D7C
Tints of Atoll #257D7C
RGB
CMYK
RGB Variations
Color information
#257D7C (or 0x257D7C) is known color: Atoll. HEX triplet: 25, 7D and 7C. RGB value is (37,125,124). Sum of RGB (Red+Green+Blue) = 37+125+124=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #257D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D7C is #DA8283. Grayscale: #626262. Windows color (decimal): -14320260 or 8158501. OLE color: 8158501.
HSL color Cylindrical-coordinate representation of color #257D7C: hue angle of 179.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D7C is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 124 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.51 |
| HSL | 179.32º | 0.54% | 0.32% | - |
| HSV(B) | 179.32º | 0.7% | 0.49% | - |
| XYZ | 11.73 | 16.52 | 21.64 | - |
| YUV | 98.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 124 | 0.70 | 0 | 0.01 | 0.51 | 179.32 | 0.54 | 0.32 |
| Hex | 25 | 7D | 7C | 46 | 0 | 1 | 33 | B3 | 36 | 20 |
| Octal | 45 | 175 | 174 | 106 | 0 | 1 | 63 | 263 | 66 | 40 |
| Binary | 100101 | 1111101 | 1111100 | 1000110 | 0 | 1 | 110011 | 10110011 | 110110 | 100000 |
Color Harmonies of #257D7C
Complementary color
Monochromatic Colors of #257D7C
Black with #257D7C
Text Example
Text Example
White with #257D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D7C; }
p { color: rgb(37,125,124); }
H1.HeaderClassName
{
color: #257D7C;
}
.AnyTagClassName
{
color: #257D7C;
}
</style>
background-color css
<style>
a { background-color: #257D7C; }
a { background-color: rgb(37,125,124); }
div.DivClassName
{
background-color: #257D7C;
}
.BgClassName
{
background-color: #257D7C;
}
</style>
border-color css
<style>
span { border-color: #257D7C; }
span { border-color: rgb(37,125,124); }
td.TdClassName
{
border-color: #257D7C;
}
.TagClassName
{
border-color: #257D7C;
}
</style>