#7ab0bf

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

Shades of Glacier #7AB0BF

Tints of Glacier #7AB0BF

Color information

#7AB0BF (or 0x7AB0BF) is unknown color: approx Glacier. HEX triplet: 7A, B0 and BF. RGB value is (122,176,191). Sum of RGB (Red+Green+Blue) = 122+176+191=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #7AB0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0BF is #854F40. Grayscale: #A1A1A1. Windows color (decimal): -8736577 or 12562554. OLE color: 12562554.

HSL color Cylindrical-coordinate representation of color #7AB0BF: hue angle of 193.04º 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 #7AB0BF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122176191-
CMYK0.360.0800.25
HSL193.04º35.03%61.37%-
HSV(B)193.04º36.13%74.9%-
XYZ32.9638.9555.07-
YUV161.56144.6199.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 191 (75% from 255) = 39.06%
R=24.95%
G=35.99%
B=39.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221761910.360.0800.25193.0435.0361.37
Hex7AB0BF248019c1233d
Octal17226027744100313014375
Binary11110101011000010111111100100100001100111000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ab0bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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