Shades of Atoll #25777E
Tints of Atoll #25777E
RGB
CMYK
RGB Variations
Color information
#25777E (or 0x25777E) is known color: Atoll. HEX triplet: 25, 77 and 7E. RGB value is (37,119,126). Sum of RGB (Red+Green+Blue) = 37+119+126=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #25777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25777E is #DA8881. Grayscale: #5F5F5F. Windows color (decimal): -14321794 or 8288037. OLE color: 8288037.
HSL color Cylindrical-coordinate representation of color #25777E: hue angle of 184.72º 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 #25777E is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 119 | 126 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.51 |
| HSL | 184.72º | 0.55% | 0.32% | - |
| HSV(B) | 184.72º | 0.71% | 0.49% | - |
| XYZ | 11.13 | 15.09 | 22.07 | - |
| YUV | 95.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 126 | 0.71 | 0.06 | 0 | 0.51 | 184.72 | 0.55 | 0.32 |
| Hex | 25 | 77 | 7E | 47 | 6 | 0 | 33 | B9 | 37 | 20 |
| Octal | 45 | 167 | 176 | 107 | 6 | 0 | 63 | 271 | 67 | 40 |
| Binary | 100101 | 1110111 | 1111110 | 1000111 | 110 | 0 | 110011 | 10111001 | 110111 | 100000 |
Color Harmonies of #25777E
Complementary color
Monochromatic Colors of #25777E
Black with #25777E
Text Example
Text Example
White with #25777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25777E; }
p { color: rgb(37,119,126); }
H1.HeaderClassName
{
color: #25777E;
}
.AnyTagClassName
{
color: #25777E;
}
</style>
background-color css
<style>
a { background-color: #25777E; }
a { background-color: rgb(37,119,126); }
div.DivClassName
{
background-color: #25777E;
}
.BgClassName
{
background-color: #25777E;
}
</style>
border-color css
<style>
span { border-color: #25777E; }
span { border-color: rgb(37,119,126); }
td.TdClassName
{
border-color: #25777E;
}
.TagClassName
{
border-color: #25777E;
}
</style>