#26786B

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

Shades of Genoa #26786B

Tints of Genoa #26786B

Color information

#26786B (or 0x26786B) is unknown color: approx Genoa. HEX triplet: 26, 78 and 6B. RGB value is (38,120,107). Sum of RGB (Red+Green+Blue) = 38+120+107=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #26786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26786B is #D98794. Grayscale: #5D5D5D. Windows color (decimal): -14256021 or 7043110. OLE color: 7043110.

HSL color Cylindrical-coordinate representation of color #26786B: hue angle of 170.49º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26786B is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB38120107-
CMYK0.6800.110.53
HSL170.49º51.9%30.98%-
HSV(B)170.49º68.33%47.06%-
XYZ10.1714.9116.25-
YUV94135.3388.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=14.34%
G=45.28%
B=40.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381201070.6800.110.53170.4951.930.98
Hex26786B440B35aa341f
Octal46170153104013652526437
Binary100110111100011010111000100010111101011010101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26786B; }

 p { color: rgb(38,120,107); }

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

<style>
 a { background-color: #26786B; }

 a { background-color: rgb(38,120,107); }

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

<style>
 span { border-color: #26786B; }

 span { border-color: rgb(38,120,107); }

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