Shades of Atoll #25797D
Tints of Atoll #25797D
RGB
CMYK
RGB Variations
Color information
#25797D (or 0x25797D) is known color: Atoll. HEX triplet: 25, 79 and 7D. RGB value is (37,121,125). Sum of RGB (Red+Green+Blue) = 37+121+125=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #25797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25797D is #DA8682. Grayscale: #606060. Windows color (decimal): -14321283 or 8223013. OLE color: 8223013.
HSL color Cylindrical-coordinate representation of color #25797D: hue angle of 182.73º 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 #25797D is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 121 | 125 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.51 |
| HSL | 182.73º | 0.54% | 0.32% | - |
| HSV(B) | 182.73º | 0.7% | 0.49% | - |
| XYZ | 11.3 | 15.55 | 21.81 | - |
| YUV | 96.34 | 144.17 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 125 | 0.70 | 0.03 | 0 | 0.51 | 182.73 | 0.54 | 0.32 |
| Hex | 25 | 79 | 7D | 46 | 3 | 0 | 33 | B7 | 36 | 20 |
| Octal | 45 | 171 | 175 | 106 | 3 | 0 | 63 | 267 | 66 | 40 |
| Binary | 100101 | 1111001 | 1111101 | 1000110 | 11 | 0 | 110011 | 10110111 | 110110 | 100000 |
Color Harmonies of #25797D
Complementary color
Monochromatic Colors of #25797D
Black with #25797D
Text Example
Text Example
White with #25797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25797D; }
p { color: rgb(37,121,125); }
H1.HeaderClassName
{
color: #25797D;
}
.AnyTagClassName
{
color: #25797D;
}
</style>
background-color css
<style>
a { background-color: #25797D; }
a { background-color: rgb(37,121,125); }
div.DivClassName
{
background-color: #25797D;
}
.BgClassName
{
background-color: #25797D;
}
</style>
border-color css
<style>
span { border-color: #25797D; }
span { border-color: rgb(37,121,125); }
td.TdClassName
{
border-color: #25797D;
}
.TagClassName
{
border-color: #25797D;
}
</style>