Shades of Atoll #25787D
Tints of Atoll #25787D
RGB
CMYK
RGB Variations
Color information
#25787D (or 0x25787D) is known color: Atoll. HEX triplet: 25, 78 and 7D. RGB value is (37,120,125). Sum of RGB (Red+Green+Blue) = 37+120+125=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #25787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25787D is #DA8782. Grayscale: #5F5F5F. Windows color (decimal): -14321539 or 8222757. OLE color: 8222757.
HSL color Cylindrical-coordinate representation of color #25787D: hue angle of 183.41º 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 #25787D is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 120 | 125 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.51 |
| HSL | 183.41º | 0.54% | 0.32% | - |
| HSV(B) | 183.41º | 0.7% | 0.49% | - |
| XYZ | 11.18 | 15.31 | 21.77 | - |
| YUV | 95.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 125 | 0.70 | 0.04 | 0 | 0.51 | 183.41 | 0.54 | 0.32 |
| Hex | 25 | 78 | 7D | 46 | 4 | 0 | 33 | B7 | 36 | 20 |
| Octal | 45 | 170 | 175 | 106 | 4 | 0 | 63 | 267 | 66 | 40 |
| Binary | 100101 | 1111000 | 1111101 | 1000110 | 100 | 0 | 110011 | 10110111 | 110110 | 100000 |
Color Harmonies of #25787D
Complementary color
Monochromatic Colors of #25787D
Black with #25787D
Text Example
Text Example
White with #25787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25787D; }
p { color: rgb(37,120,125); }
H1.HeaderClassName
{
color: #25787D;
}
.AnyTagClassName
{
color: #25787D;
}
</style>
background-color css
<style>
a { background-color: #25787D; }
a { background-color: rgb(37,120,125); }
div.DivClassName
{
background-color: #25787D;
}
.BgClassName
{
background-color: #25787D;
}
</style>
border-color css
<style>
span { border-color: #25787D; }
span { border-color: rgb(37,120,125); }
td.TdClassName
{
border-color: #25787D;
}
.TagClassName
{
border-color: #25787D;
}
</style>