#276F66

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

Shades of Genoa #276F66

Tints of Genoa #276F66

Color information

#276F66 (or 0x276F66) is unknown color: approx Genoa. HEX triplet: 27, 6F and 66. RGB value is (39,111,102). Sum of RGB (Red+Green+Blue) = 39+111+102=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #276F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F66 is #D89099. Grayscale: #585858. Windows color (decimal): -14192794 or 6713127. OLE color: 6713127.

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

Color convert

RGB39111102-
CMYK0.6500.080.56
HSL172.5º48%29.41%-
HSV(B)172.5º64.86%43.53%-
XYZ8.9212.7614.56-
YUV88.45135.6592.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=15.48%
G=44.05%
B=40.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391111020.6500.080.56172.54829.41
Hex276F66410838ac301d
Octal47157146101010702546035
Binary100111110111111001101000001010001110001010110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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