#739EAE

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

Shades of Bali Hai #739EAE

Tints of Bali Hai #739EAE

Color information

#739EAE (or 0x739EAE) is unknown color: approx Bali Hai. HEX triplet: 73, 9E and AE. RGB value is (115,158,174). Sum of RGB (Red+Green+Blue) = 115+158+174=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #739EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EAE is #8C6151. Grayscale: #929292. Windows color (decimal): -9199954 or 11443827. OLE color: 11443827.

HSL color Cylindrical-coordinate representation of color #739EAE: hue angle of 196.27º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #739EAE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115158174-
CMYK0.340.0900.32
HSL196.27º26.7%56.67%-
HSV(B)196.27º33.91%68.24%-
XYZ26.9431.1544.64-
YUV146.97143.25105.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.73%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=25.73%
G=35.35%
B=38.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151581740.340.0900.32196.2726.756.67
Hex739EAE229020c41b39
Octal16323625642110403043371
Binary11100111001111010101110100010100101000001100010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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