#7DA0AE

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

Shades of Bali Hai #7DA0AE

Tints of Bali Hai #7DA0AE

Color information

#7DA0AE (or 0x7DA0AE) is unknown color: approx Bali Hai. HEX triplet: 7D, A0 and AE. RGB value is (125,160,174). Sum of RGB (Red+Green+Blue) = 125+160+174=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #7DA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA0AE is #825F51. Grayscale: #979797. Windows color (decimal): -8544082 or 11444349. OLE color: 11444349.

HSL color Cylindrical-coordinate representation of color #7DA0AE: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DA0AE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB125160174-
CMYK0.280.0800.32
HSL197.14º23.22%58.63%-
HSV(B)197.14º28.16%68.24%-
XYZ28.6732.5644.82-
YUV151.13140.9109.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=27.23%
G=34.86%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251601740.280.0800.32197.1423.2258.63
Hex7DA0AE1C8020c5173b
Octal17524025634100403052773
Binary1111101101000001010111011100100001000001100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA0AE; }

 p { color: rgb(125,160,174); }

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

<style>
 a { background-color: #7DA0AE; }

 a { background-color: rgb(125,160,174); }

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

<style>
 span { border-color: #7DA0AE; }

 span { border-color: rgb(125,160,174); }

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