#7AB9BF

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

Shades of Glacier #7AB9BF

Tints of Glacier #7AB9BF

Color information

#7AB9BF (or 0x7AB9BF) is unknown color: approx Glacier. HEX triplet: 7A, B9 and BF. RGB value is (122,185,191). Sum of RGB (Red+Green+Blue) = 122+185+191=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #7AB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB9BF is #854640. Grayscale: #A6A6A6. Windows color (decimal): -8734273 or 12564858. OLE color: 12564858.

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

Color convert

RGB122185191-
CMYK0.360.0300.25
HSL185.22º35.03%61.37%-
HSV(B)185.22º36.13%74.9%-
XYZ34.7842.655.68-
YUV166.85141.6396.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 191 (75% from 255) = 38.35%
R=24.50%
G=37.15%
B=38.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221851910.360.0300.25185.2235.0361.37
Hex7AB9BF243019b9233d
Octal1722712774430312714375
Binary111101010111001101111111001001101100110111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,185,191); }

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

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

 a { background-color: rgb(122,185,191); }

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

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

 span { border-color: rgb(122,185,191); }

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