Shades of Genoa #257C6B
Tints of Genoa #257C6B
RGB
CMYK
RGB Variations
Color information
#257C6B (or 0x257C6B) is known color: Genoa. HEX triplet: 25, 7C and 6B. RGB value is (37,124,107). Sum of RGB (Red+Green+Blue) = 37+124+107=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #257C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C6B is #DA8394. Grayscale: #606060. Windows color (decimal): -14320533 or 7044133. OLE color: 7044133.
HSL color Cylindrical-coordinate representation of color #257C6B: hue angle of 168.28º 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 #257C6B is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 107 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.51 |
| HSL | 168.28º | 0.54% | 0.32% | - |
| HSV(B) | 168.28º | 0.7% | 0.49% | - |
| XYZ | 10.62 | 15.87 | 16.41 | - |
| YUV | 96.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 107 | 0.70 | 0 | 0.14 | 0.51 | 168.28 | 0.54 | 0.32 |
| Hex | 25 | 7C | 6B | 46 | 0 | E | 33 | A8 | 36 | 20 |
| Octal | 45 | 174 | 153 | 106 | 0 | 16 | 63 | 250 | 66 | 40 |
| Binary | 100101 | 1111100 | 1101011 | 1000110 | 0 | 1110 | 110011 | 10101000 | 110110 | 100000 |
Color Harmonies of #257C6B
Complementary color
Monochromatic Colors of #257C6B
Black with #257C6B
Text Example
Text Example
White with #257C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C6B; }
p { color: rgb(37,124,107); }
H1.HeaderClassName
{
color: #257C6B;
}
.AnyTagClassName
{
color: #257C6B;
}
</style>
background-color css
<style>
a { background-color: #257C6B; }
a { background-color: rgb(37,124,107); }
div.DivClassName
{
background-color: #257C6B;
}
.BgClassName
{
background-color: #257C6B;
}
</style>
border-color css
<style>
span { border-color: #257C6B; }
span { border-color: rgb(37,124,107); }
td.TdClassName
{
border-color: #257C6B;
}
.TagClassName
{
border-color: #257C6B;
}
</style>