#7DA0AC

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

Shades of Bali Hai #7DA0AC

Tints of Bali Hai #7DA0AC

Color information

#7DA0AC (or 0x7DA0AC) is unknown color: approx Bali Hai. HEX triplet: 7D, A0 and AC. RGB value is (125,160,172). Sum of RGB (Red+Green+Blue) = 125+160+172=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA0AC is #825F53. Grayscale: #969696. Windows color (decimal): -8544084 or 11313277. OLE color: 11313277.

HSL color Cylindrical-coordinate representation of color #7DA0AC: hue angle of 195.32º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA0AC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125160172-
CMYK0.270.0700.33
HSL195.32º22.07%58.24%-
HSV(B)195.32º27.33%67.45%-
XYZ28.4732.4843.8-
YUV150.9139.9109.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=27.35%
G=35.01%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251601720.270.0700.33195.3222.0758.24
Hex7DA0AC1B7021c3163a
Octal1752402543370413032672
Binary111110110100000101011001101111101000011100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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