#267D6B

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

Shades of Genoa #267D6B

Tints of Genoa #267D6B

Color information

#267D6B (or 0x267D6B) is unknown color: approx Genoa. HEX triplet: 26, 7D and 6B. RGB value is (38,125,107). Sum of RGB (Red+Green+Blue) = 38+125+107=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #267D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D6B is #D98294. Grayscale: #606060. Windows color (decimal): -14254741 or 7044390. OLE color: 7044390.

HSL color Cylindrical-coordinate representation of color #267D6B: hue angle of 167.59º degrees, saturation: 0.53, 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 #267D6B is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB38125107-
CMYK0.7000.140.51
HSL167.59º53.37%31.96%-
HSV(B)167.59º69.6%49.02%-
XYZ10.7916.1416.46-
YUV96.94133.6885.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=14.07%
G=46.30%
B=39.63%

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
Decimal381251070.7000.140.51167.5953.3731.96
Hex267D6B460E33a83520
Octal46175153106016632506540
Binary1001101111101110101110001100111011001110101000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267D6B; }

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

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

<style>
 a { background-color: #267D6B; }

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

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

<style>
 span { border-color: #267D6B; }

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

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