#79A0AD

Color #79A0AD Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #79A0AD

Tints of Bali Hai #79A0AD

Color information

#79A0AD (or 0x79A0AD) is unknown color: approx Bali Hai. HEX triplet: 79, A0 and AD. RGB value is (121,160,173). Sum of RGB (Red+Green+Blue) = 121+160+173=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A0AD is #865F52. Grayscale: #959595. Windows color (decimal): -8806227 or 11378809. OLE color: 11378809.

HSL color Cylindrical-coordinate representation of color #79A0AD: hue angle of 195º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A0AD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121160173-
CMYK0.300.0800.32
HSL195º24.07%57.65%-
HSV(B)195º30.06%67.84%-
XYZ2832.2244.28-
YUV149.82141.08107.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=26.65%
G=35.24%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211601730.300.0800.3219524.0757.65
Hex79A0AD1E8020c3183a
Octal17124025536100403033072
Binary1111001101000001010110111110100001000001100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A0AD; }

 p { color: rgb(121,160,173); }

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

<style>
 a { background-color: #79A0AD; }

 a { background-color: rgb(121,160,173); }

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

<style>
 span { border-color: #79A0AD; }

 span { border-color: rgb(121,160,173); }

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