#257F6A

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

Shades of Genoa #257F6A

Tints of Genoa #257F6A

Color information

#257F6A (or 0x257F6A) is unknown color: approx Genoa. HEX triplet: 25, 7F and 6A. RGB value is (37,127,106). Sum of RGB (Red+Green+Blue) = 37+127+106=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #257F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F6A is #DA8095. Grayscale: #616161. Windows color (decimal): -14319766 or 6979365. OLE color: 6979365.

HSL color Cylindrical-coordinate representation of color #257F6A: hue angle of 166º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F6A is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB37127106-
CMYK0.7100.170.50
HSL166º54.88%32.16%-
HSV(B)166º70.87%49.8%-
XYZ10.9516.6116.26-
YUV97.7132.6884.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=13.70%
G=47.04%
B=39.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371271060.7100.170.5016654.8832.16
Hex257F6A4701132a63720
Octal45177152107021622466740
Binary10010111111111101010100011101000111001010100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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