#7DAAB6

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

Shades of Glacier #7DAAB6

Tints of Glacier #7DAAB6

Color information

#7DAAB6 (or 0x7DAAB6) is unknown color: approx Glacier. HEX triplet: 7D, AA and B6. RGB value is (125,170,182). Sum of RGB (Red+Green+Blue) = 125+170+182=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DAAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAB6 is #825549. Grayscale: #9D9D9D. Windows color (decimal): -8541514 or 11971197. OLE color: 11971197.

HSL color Cylindrical-coordinate representation of color #7DAAB6: hue angle of 192.63º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DAAB6 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125170182-
CMYK0.310.0700.29
HSL192.63º28.08%60.2%-
HSV(B)192.63º31.32%71.37%-
XYZ31.2836.4949.65-
YUV157.91141.59104.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=26.21%
G=35.64%
B=38.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251701820.310.0700.29192.6328.0860.2
Hex7DAAB61F701Dc11c3c
Octal1752522663770353013474
Binary11111011010101010110110111111110111011100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,182); }

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

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

 a { background-color: rgb(125,170,182); }

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

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

 span { border-color: rgb(125,170,182); }

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