#7ABEBF

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

Shades of Glacier #7ABEBF

Tints of Glacier #7ABEBF

Color information

#7ABEBF (or 0x7ABEBF) is unknown color: approx Glacier. HEX triplet: 7A, BE and BF. RGB value is (122,190,191). Sum of RGB (Red+Green+Blue) = 122+190+191=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #7ABEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEBF is #854140. Grayscale: #A9A9A9. Windows color (decimal): -8732993 or 12566138. OLE color: 12566138.

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

Color convert

RGB122190191-
CMYK0.360.0100.25
HSL180.87º35.03%61.37%-
HSV(B)180.87º36.13%74.9%-
XYZ35.8444.7356.03-
YUV169.78139.9793.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 191 (75% from 255) = 37.97%
R=24.25%
G=37.77%
B=37.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901910.360.0100.25180.8735.0361.37
Hex7ABEBF241019b5233d
Octal1722762774410312654375
Binary11110101011111010111111100100101100110110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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