#7EB4BE

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

Shades of Glacier #7EB4BE

Tints of Glacier #7EB4BE

Color information

#7EB4BE (or 0x7EB4BE) is unknown color: approx Glacier. HEX triplet: 7E, B4 and BE. RGB value is (126,180,190). Sum of RGB (Red+Green+Blue) = 126+180+190=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB4BE is #814B41. Grayscale: #A4A4A4. Windows color (decimal): -8473410 or 12498046. OLE color: 12498046.

HSL color Cylindrical-coordinate representation of color #7EB4BE: hue angle of 189.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EB4BE is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126180190-
CMYK0.340.0500.25
HSL189.38º32.99%61.96%-
HSV(B)189.38º33.68%74.51%-
XYZ34.2240.854.79-
YUV164.99142.11100.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.40%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=25.40%
G=36.29%
B=38.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261801900.340.0500.25189.3832.9961.96
Hex7EB4BE225019bd213e
Octal1762642764250312754176
Binary1111110101101001011111010001010101100110111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,190); }

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

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

 a { background-color: rgb(126,180,190); }

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

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

 span { border-color: rgb(126,180,190); }

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