#79A0AF

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

Shades of Bali Hai #79A0AF

Tints of Bali Hai #79A0AF

Color information

#79A0AF (or 0x79A0AF) is unknown color: approx Bali Hai. HEX triplet: 79, A0 and AF. RGB value is (121,160,175). Sum of RGB (Red+Green+Blue) = 121+160+175=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #79A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A0AF is #865F50. Grayscale: #959595. Windows color (decimal): -8806225 or 11509881. OLE color: 11509881.

HSL color Cylindrical-coordinate representation of color #79A0AF: hue angle of 196.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79A0AF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121160175-
CMYK0.310.0900.31
HSL196.67º25.23%58.04%-
HSV(B)196.67º30.86%68.63%-
XYZ28.1932.345.31-
YUV150.05142.08107.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=26.54%
G=35.09%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211601750.310.0900.31196.6725.2358.04
Hex79A0AF1F901Fc5193a
Octal17124025737110373053172
Binary111100110100000101011111111110010111111100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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