#257E6E

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

Shades of Genoa #257E6E

Tints of Genoa #257E6E

Color information

#257E6E (or 0x257E6E) is unknown color: approx Genoa. HEX triplet: 25, 7E and 6E. RGB value is (37,126,110). Sum of RGB (Red+Green+Blue) = 37+126+110=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #257E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E6E is #DA8191. Grayscale: #616161. Windows color (decimal): -14320018 or 7241253. OLE color: 7241253.

HSL color Cylindrical-coordinate representation of color #257E6E: hue angle of 169.21º 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 #257E6E is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB37126110-
CMYK0.7100.130.51
HSL169.21º54.6%31.96%-
HSV(B)169.21º70.63%49.41%-
XYZ11.0416.4417.34-
YUV97.56135.0184.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=13.55%
G=46.15%
B=40.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371261100.7100.130.51169.2154.631.96
Hex257E6E470D33a93720
Octal45176156107015632516740
Binary1001011111110110111010001110110111001110101001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,110); }

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

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

 a { background-color: rgb(37,126,110); }

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

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

 span { border-color: rgb(37,126,110); }

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