#257E6A

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

Shades of Genoa #257E6A

Tints of Genoa #257E6A

Color information

#257E6A (or 0x257E6A) is unknown color: approx Genoa. HEX triplet: 25, 7E and 6A. RGB value is (37,126,106). Sum of RGB (Red+Green+Blue) = 37+126+106=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #257E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E6A is #DA8195. Grayscale: #616161. Windows color (decimal): -14320022 or 6979109. OLE color: 6979109.

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

Color convert

RGB37126106-
CMYK0.7100.160.51
HSL166.52º54.6%31.96%-
HSV(B)166.52º70.63%49.41%-
XYZ10.8316.3616.22-
YUV97.11133.0185.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=13.75%
G=46.84%
B=39.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371261060.7100.160.51166.5254.631.96
Hex257E6A4701033a73720
Octal45176152107020632476740
Binary10010111111101101010100011101000011001110100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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