Shades of Atoll #25767E
Tints of Atoll #25767E
RGB
CMYK
RGB Variations
Color information
#25767E (or 0x25767E) is known color: Atoll. HEX triplet: 25, 76 and 7E. RGB value is (37,118,126). Sum of RGB (Red+Green+Blue) = 37+118+126=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #25767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767E is #DA8981. Grayscale: #5E5E5E. Windows color (decimal): -14322050 or 8287781. OLE color: 8287781.
HSL color Cylindrical-coordinate representation of color #25767E: hue angle of 185.39º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25767E is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 118 | 126 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.51 |
| HSL | 185.39º | 0.55% | 0.32% | - |
| HSV(B) | 185.39º | 0.71% | 0.49% | - |
| XYZ | 11.01 | 14.86 | 22.03 | - |
| YUV | 94.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 126 | 0.71 | 0.06 | 0 | 0.51 | 185.39 | 0.55 | 0.32 |
| Hex | 25 | 76 | 7E | 47 | 6 | 0 | 33 | B9 | 37 | 20 |
| Octal | 45 | 166 | 176 | 107 | 6 | 0 | 63 | 271 | 67 | 40 |
| Binary | 100101 | 1110110 | 1111110 | 1000111 | 110 | 0 | 110011 | 10111001 | 110111 | 100000 |
Color Harmonies of #25767E
Complementary color
Monochromatic Colors of #25767E
Black with #25767E
Text Example
Text Example
White with #25767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25767E; }
p { color: rgb(37,118,126); }
H1.HeaderClassName
{
color: #25767E;
}
.AnyTagClassName
{
color: #25767E;
}
</style>
background-color css
<style>
a { background-color: #25767E; }
a { background-color: rgb(37,118,126); }
div.DivClassName
{
background-color: #25767E;
}
.BgClassName
{
background-color: #25767E;
}
</style>
border-color css
<style>
span { border-color: #25767E; }
span { border-color: rgb(37,118,126); }
td.TdClassName
{
border-color: #25767E;
}
.TagClassName
{
border-color: #25767E;
}
</style>