#267B6C

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

Shades of Genoa #267B6C

Tints of Genoa #267B6C

Color information

#267B6C (or 0x267B6C) is unknown color: approx Genoa. HEX triplet: 26, 7B and 6C. RGB value is (38,123,108). Sum of RGB (Red+Green+Blue) = 38+123+108=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #267B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B6C is #D98493. Grayscale: #5F5F5F. Windows color (decimal): -14255252 or 7109414. OLE color: 7109414.

HSL color Cylindrical-coordinate representation of color #267B6C: hue angle of 169.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B6C is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB38123108-
CMYK0.6900.120.52
HSL169.41º52.8%31.57%-
HSV(B)169.41º69.11%48.24%-
XYZ10.5915.6616.65-
YUV95.87134.8486.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=14.13%
G=45.72%
B=40.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381231080.6900.120.52169.4152.831.57
Hex267B6C450C34a93520
Octal46173154105014642516540
Binary1001101111011110110010001010110011010010101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,108); }

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

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

 a { background-color: rgb(38,123,108); }

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

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

 span { border-color: rgb(38,123,108); }

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