#7ABABF

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

Shades of Glacier #7ABABF

Tints of Glacier #7ABABF

Color information

#7ABABF (or 0x7ABABF) is unknown color: approx Glacier. HEX triplet: 7A, BA and BF. RGB value is (122,186,191). Sum of RGB (Red+Green+Blue) = 122+186+191=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #7ABABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABABF is #854540. Grayscale: #A7A7A7. Windows color (decimal): -8734017 or 12565114. OLE color: 12565114.

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

Color convert

RGB122186191-
CMYK0.360.0300.25
HSL184.35º35.03%61.37%-
HSV(B)184.35º36.13%74.9%-
XYZ34.9943.0255.75-
YUV167.43141.395.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 191 (75% from 255) = 38.28%
R=24.45%
G=37.27%
B=38.28%

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
Decimal1221861910.360.0300.25184.3535.0361.37
Hex7ABABF243019b8233d
Octal1722722774430312704375
Binary111101010111010101111111001001101100110111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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