#78A6A2

Color #78A6A2 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #78A6A2

Tints of Tradewind #78A6A2

Color information

#78A6A2 (or 0x78A6A2) is unknown color: approx Tradewind. HEX triplet: 78, A6 and A2. RGB value is (120,166,162). Sum of RGB (Red+Green+Blue) = 120+166+162=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #78A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6A2 is #87595D. Grayscale: #979797. Windows color (decimal): -8870238 or 10659448. OLE color: 10659448.

HSL color Cylindrical-coordinate representation of color #78A6A2: hue angle of 174.78º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A6A2 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB120166162-
CMYK0.2800.020.35
HSL174.78º20.54%56.08%-
HSV(B)174.78º27.71%65.1%-
XYZ27.933.8739.25-
YUV151.79133.76105.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=26.79%
G=37.05%
B=36.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201661620.2800.020.35174.7820.5456.08
Hex78A6A21C0223af1538
Octal1702462423402432572570
Binary11110001010011010100010111000101000111010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A6A2; }

 p { color: rgb(120,166,162); }

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

<style>
 a { background-color: #78A6A2; }

 a { background-color: rgb(120,166,162); }

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

<style>
 span { border-color: #78A6A2; }

 span { border-color: rgb(120,166,162); }

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