#799EAE

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

Shades of Bali Hai #799EAE

Tints of Bali Hai #799EAE

Color information

#799EAE (or 0x799EAE) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AE. RGB value is (121,158,174). Sum of RGB (Red+Green+Blue) = 121+158+174=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #799EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAE is #866151. Grayscale: #949494. Windows color (decimal): -8806738 or 11443833. OLE color: 11443833.

HSL color Cylindrical-coordinate representation of color #799EAE: hue angle of 198.11º degrees, saturation: 0.25, 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 #799EAE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121158174-
CMYK0.300.0900.32
HSL198.11º24.65%57.84%-
HSV(B)198.11º30.46%68.24%-
XYZ27.7531.5744.68-
YUV148.76142.24108.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=26.71%
G=34.88%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211581740.300.0900.32198.1124.6557.84
Hex799EAE1E9020c6193a
Octal17123625636110403063172
Binary1111001100111101010111011110100101000001100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799EAE; }

 p { color: rgb(121,158,174); }

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

<style>
 a { background-color: #799EAE; }

 a { background-color: rgb(121,158,174); }

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

<style>
 span { border-color: #799EAE; }

 span { border-color: rgb(121,158,174); }

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