#256F66

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

Shades of Genoa #256F66

Tints of Genoa #256F66

Color information

#256F66 (or 0x256F66) is unknown color: approx Genoa. HEX triplet: 25, 6F and 66. RGB value is (37,111,102). Sum of RGB (Red+Green+Blue) = 37+111+102=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #256F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F66 is #DA9099. Grayscale: #575757. Windows color (decimal): -14323866 or 6713125. OLE color: 6713125.

HSL color Cylindrical-coordinate representation of color #256F66: hue angle of 172.7º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F66 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB37111102-
CMYK0.6700.080.56
HSL172.7º50%29.02%-
HSV(B)172.7º66.67%43.53%-
XYZ8.8512.7214.56-
YUV87.85135.9891.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=14.8%
G=44.4%
B=40.8%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371111020.6700.080.56172.75029.02
Hex256F66430838ad321d
Octal45157146103010702556235
Binary100101110111111001101000011010001110001010110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256F66; }

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

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

<style>
 a { background-color: #256F66; }

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

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

<style>
 span { border-color: #256F66; }

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

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