#276E66

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

Shades of Genoa #276E66

Tints of Genoa #276E66

Color information

#276E66 (or 0x276E66) is unknown color: approx Genoa. HEX triplet: 27, 6E and 66. RGB value is (39,110,102). Sum of RGB (Red+Green+Blue) = 39+110+102=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 110 - color contains mainly: green. Hex color #276E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E66 is #D89199. Grayscale: #575757. Windows color (decimal): -14193050 or 6712871. OLE color: 6712871.

HSL color Cylindrical-coordinate representation of color #276E66: hue angle of 173.24º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E66 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB39110102-
CMYK0.6500.070.57
HSL173.24º47.65%29.22%-
HSV(B)173.24º64.55%43.14%-
XYZ8.8112.5414.53-
YUV87.86135.9893.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=15.54%
G=43.82%
B=40.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal391101020.6500.070.57173.2447.6529.22
Hex276E66410739ad301d
Octal4715614610107712556035
Binary10011111011101100110100000101111110011010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276E66; }

 p { color: rgb(39,110,102); }

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

<style>
 a { background-color: #276E66; }

 a { background-color: rgb(39,110,102); }

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

<style>
 span { border-color: #276E66; }

 span { border-color: rgb(39,110,102); }

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