#799EAB

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

Shades of Bali Hai #799EAB

Tints of Bali Hai #799EAB

Color information

#799EAB (or 0x799EAB) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AB. RGB value is (121,158,171). Sum of RGB (Red+Green+Blue) = 121+158+171=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #799EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAB is #866154. Grayscale: #949494. Windows color (decimal): -8806741 or 11247225. OLE color: 11247225.

HSL color Cylindrical-coordinate representation of color #799EAB: hue angle of 195.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799EAB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121158171-
CMYK0.290.0800.33
HSL195.6º22.94%57.25%-
HSV(B)195.6º29.24%67.06%-
XYZ27.4631.4643.15-
YUV148.42140.74108.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 171 (67.19% from 255) = 38%
R=26.89%
G=35.11%
B=38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211581710.290.0800.33195.622.9457.25
Hex799EAB1D8021c41739
Octal17123625335100413042771
Binary1111001100111101010101111101100001000011100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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