Shades of Atoll #257A7E
Tints of Atoll #257A7E
RGB
CMYK
RGB Variations
Color information
#257A7E (or 0x257A7E) is known color: Atoll. HEX triplet: 25, 7A and 7E. RGB value is (37,122,126). Sum of RGB (Red+Green+Blue) = 37+122+126=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #257A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A7E is #DA8581. Grayscale: #606060. Windows color (decimal): -14321026 or 8288805. OLE color: 8288805.
HSL color Cylindrical-coordinate representation of color #257A7E: hue angle of 182.7º 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 #257A7E is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 122 | 126 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.51 |
| HSL | 182.7º | 0.55% | 0.32% | - |
| HSV(B) | 182.7º | 0.71% | 0.49% | - |
| XYZ | 11.49 | 15.82 | 22.19 | - |
| YUV | 97.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 126 | 0.71 | 0.03 | 0 | 0.51 | 182.7 | 0.55 | 0.32 |
| Hex | 25 | 7A | 7E | 47 | 3 | 0 | 33 | B7 | 37 | 20 |
| Octal | 45 | 172 | 176 | 107 | 3 | 0 | 63 | 267 | 67 | 40 |
| Binary | 100101 | 1111010 | 1111110 | 1000111 | 11 | 0 | 110011 | 10110111 | 110111 | 100000 |
Color Harmonies of #257A7E
Complementary color
Monochromatic Colors of #257A7E
Black with #257A7E
Text Example
Text Example
White with #257A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A7E; }
p { color: rgb(37,122,126); }
H1.HeaderClassName
{
color: #257A7E;
}
.AnyTagClassName
{
color: #257A7E;
}
</style>
background-color css
<style>
a { background-color: #257A7E; }
a { background-color: rgb(37,122,126); }
div.DivClassName
{
background-color: #257A7E;
}
.BgClassName
{
background-color: #257A7E;
}
</style>
border-color css
<style>
span { border-color: #257A7E; }
span { border-color: rgb(37,122,126); }
td.TdClassName
{
border-color: #257A7E;
}
.TagClassName
{
border-color: #257A7E;
}
</style>