#7EBABA

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

Shades of Glacier #7EBABA

Tints of Glacier #7EBABA

Color information

#7EBABA (or 0x7EBABA) is unknown color: approx Glacier. HEX triplet: 7E, BA and BA. RGB value is (126,186,186). Sum of RGB (Red+Green+Blue) = 126+186+186=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #7EBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBABA is #814545. Grayscale: #A8A8A8. Windows color (decimal): -8471878 or 12237438. OLE color: 12237438.

HSL color Cylindrical-coordinate representation of color #7EBABA: hue angle of 180º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBABA is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126186186-
CMYK0.32000.27
HSL180º30.3%61.18%-
HSV(B)180º32.26%72.94%-
XYZ35.0343.152.93-
YUV168.06138.1298-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=25.30%
G=37.35%
B=37.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861860.32000.2718030.361.18
Hex7EBABA20001Bb41e3d
Octal1762722724000332643675
Binary1111110101110101011101010000000110111011010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,186); }

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

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

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

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

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

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

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