#7ABABD

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

Shades of Glacier #7ABABD

Tints of Glacier #7ABABD

Color information

#7ABABD (or 0x7ABABD) is unknown color: approx Glacier. HEX triplet: 7A, BA and BD. RGB value is (122,186,189). Sum of RGB (Red+Green+Blue) = 122+186+189=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #7ABABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABABD is #854542. Grayscale: #A7A7A7. Windows color (decimal): -8734019 or 12434042. OLE color: 12434042.

HSL color Cylindrical-coordinate representation of color #7ABABD: hue angle of 182.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABABD is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122186189-
CMYK0.350.0200.26
HSL182.69º33.67%60.98%-
HSV(B)182.69º35.45%74.12%-
XYZ34.7742.9354.6-
YUV167.21140.395.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=24.55%
G=37.42%
B=38.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221861890.350.0200.26182.6933.6760.98
Hex7ABABD23201Ab7223d
Octal1722722754320322674275
Binary111101010111010101111011000111001101010110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,189); }

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

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

 a { background-color: rgb(122,186,189); }

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

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

 span { border-color: rgb(122,186,189); }

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