Html Css Color HEX #78A49F Tradewind

📋 copy color: '#78A49F'

red 120 ◦ green 164 ◦ blue 159

#78A49F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #78A49F

Tints of Tradewind #78A49F

RGB

 RED value IS 120 (47.27% from 255) = 27.09%

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 27.09%
G = 37.02%
B = 35.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#78A49F (or 0x78A49F) is known color: Tradewind. HEX triplet: 78, A4 and 9F. RGB value is (120,164,159). Sum of RGB (Red+Green+Blue) = 120+164+159=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #78A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A49F is #875B60. Grayscale: #969696. Windows color (decimal): -8870753 or 10462328. OLE color: 10462328.

HSL color Cylindrical-coordinate representation of color #78A49F: hue angle of 173.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A49F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 164 159 -
CMYK 0.27 0 0.03 0.36
HSL 173.18º 0.19% 0.56% -
HSV(B) 173.18º 0.27% 0.64% -
XYZ 27.28 33.05 37.74 -
YUV 150.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 120 164 159 0.27 0 0.03 0.36 173.18 0.19 0.56
Hex 78 A4 9F 1B 0 3 24 AD 13 38
Octal 170 244 237 33 0 3 44 255 23 70
Binary 1111000 10100100 10011111 11011 0 11 100100 10101101 10011 111000

Color Harmonies of #78A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A49F

Black with #78A49F

Text Example


Text Example

White with #78A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,164,159); }

 H1.HeaderClassName
 {
   color: #78A49F;
 }
 .AnyTagClassName
 {
   color: #78A49F;
 }
</style>

background-color css

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

 a { background-color: rgb(120,164,159); }

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

border-color css

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

 span { border-color: rgb(120,164,159); }

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