#7CBABA

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

Shades of Glacier #7CBABA

Tints of Glacier #7CBABA

Color information

#7CBABA (or 0x7CBABA) is unknown color: approx Glacier. HEX triplet: 7C, BA and BA. RGB value is (124,186,186). Sum of RGB (Red+Green+Blue) = 124+186+186=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #7CBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABA is #834545. Grayscale: #A7A7A7. Windows color (decimal): -8602950 or 12237436. OLE color: 12237436.

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

Color convert

RGB124186186-
CMYK0.33000.27
HSL180º31%60.78%-
HSV(B)180º33.33%72.94%-
XYZ34.7342.9552.91-
YUV167.46138.4697-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861860.33000.271803160.78
Hex7CBABA21001Bb41f3d
Octal1742722724100332643775
Binary1111100101110101011101010000100110111011010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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