Shades of Atoll #257D82
Tints of Atoll #257D82
RGB
CMYK
RGB Variations
Color information
#257D82 (or 0x257D82) is known color: Atoll. HEX triplet: 25, 7D and 82. RGB value is (37,125,130). Sum of RGB (Red+Green+Blue) = 37+125+130=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #257D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D82 is #DA827D. Grayscale: #636363. Windows color (decimal): -14320254 or 8551717. OLE color: 8551717.
HSL color Cylindrical-coordinate representation of color #257D82: hue angle of 183.23º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257D82 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 125 | 130 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.49 |
| HSL | 183.23º | 0.56% | 0.33% | - |
| HSV(B) | 183.23º | 0.72% | 0.51% | - |
| XYZ | 12.13 | 16.67 | 23.7 | - |
| YUV | 99.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 130 | 0.72 | 0.04 | 0 | 0.49 | 183.23 | 0.56 | 0.33 |
| Hex | 25 | 7D | 82 | 48 | 4 | 0 | 31 | B7 | 38 | 21 |
| Octal | 45 | 175 | 202 | 110 | 4 | 0 | 61 | 267 | 70 | 41 |
| Binary | 100101 | 1111101 | 10000010 | 1001000 | 100 | 0 | 110001 | 10110111 | 111000 | 100001 |
Color Harmonies of #257D82
Complementary color
Monochromatic Colors of #257D82
Black with #257D82
Text Example
Text Example
White with #257D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D82; }
p { color: rgb(37,125,130); }
H1.HeaderClassName
{
color: #257D82;
}
.AnyTagClassName
{
color: #257D82;
}
</style>
background-color css
<style>
a { background-color: #257D82; }
a { background-color: rgb(37,125,130); }
div.DivClassName
{
background-color: #257D82;
}
.BgClassName
{
background-color: #257D82;
}
</style>
border-color css
<style>
span { border-color: #257D82; }
span { border-color: rgb(37,125,130); }
td.TdClassName
{
border-color: #257D82;
}
.TagClassName
{
border-color: #257D82;
}
</style>