#257C6B

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

Shades of Genoa #257C6B

Tints of Genoa #257C6B

Color information

#257C6B (or 0x257C6B) is unknown color: approx 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

RGB37124107-
CMYK0.7000.140.51
HSL168.28º54.04%31.57%-
HSV(B)168.28º70.16%48.63%-
XYZ10.6215.8716.41-
YUV96.05134.1885.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=13.81%
G=46.27%
B=39.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371241070.7000.140.51168.2854.0431.57
Hex257C6B460E33a83620
Octal45174153106016632506640
Binary1001011111100110101110001100111011001110101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>