#7DBABF

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

Shades of Glacier #7DBABF

Tints of Glacier #7DBABF

Color information

#7DBABF (or 0x7DBABF) is unknown color: approx Glacier. HEX triplet: 7D, BA and BF. RGB value is (125,186,191). Sum of RGB (Red+Green+Blue) = 125+186+191=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABF is #824540. Grayscale: #A8A8A8. Windows color (decimal): -8537409 or 12565117. OLE color: 12565117.

HSL color Cylindrical-coordinate representation of color #7DBABF: hue angle of 184.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBABF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125186191-
CMYK0.350.0300.25
HSL184.55º34.02%61.96%-
HSV(B)184.55º34.55%74.9%-
XYZ35.4243.2455.77-
YUV168.33140.7997.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 191 (75% from 255) = 38.05%
R=24.90%
G=37.05%
B=38.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251861910.350.0300.25184.5534.0261.96
Hex7DBABF233019b9223e
Octal1752722774330312714276
Binary111110110111010101111111000111101100110111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,191); }

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

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

 a { background-color: rgb(125,186,191); }

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

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

 span { border-color: rgb(125,186,191); }

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