#257A66

Color #257A66 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #257A66

Tints of Genoa #257A66

Color information

#257A66 (or 0x257A66) is unknown color: approx Genoa. HEX triplet: 25, 7A and 66. RGB value is (37,122,102). Sum of RGB (Red+Green+Blue) = 37+122+102=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #257A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A66 is #DA8599. Grayscale: #5E5E5E. Windows color (decimal): -14321050 or 6715941. OLE color: 6715941.

HSL color Cylindrical-coordinate representation of color #257A66: hue angle of 165.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A66 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB37122102-
CMYK0.7000.160.52
HSL165.88º53.46%31.18%-
HSV(B)165.88º69.67%47.84%-
XYZ10.1215.2714.98-
YUV94.3132.3487.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=14.18%
G=46.74%
B=39.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371221020.7000.160.52165.8853.4631.18
Hex257A664601034a6351f
Octal45172146106020642466537
Binary1001011111010110011010001100100001101001010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A66; }

 p { color: rgb(37,122,102); }

 H1.HeaderClassName
 {
   color: #257A66;
 }
 .AnyTagClassName
 {
   color: #257A66;
 }
</style>
background-color css

<style>
 a { background-color: #257A66; }

 a { background-color: rgb(37,122,102); }

 div.DivClassName
 {
   background-color: #257A66;
 }
 .BgClassName
 {
   background-color: #257A66;
 }
</style>
border-color css

<style>
 span { border-color: #257A66; }

 span { border-color: rgb(37,122,102); }

 td.TdClassName
 {
   border-color: #257A66;
 }
 .TagClassName
 {
   border-color: #257A66;
 }
</style>