#7CBABB

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

Shades of Glacier #7CBABB

Tints of Glacier #7CBABB

Color information

#7CBABB (or 0x7CBABB) is unknown color: approx Glacier. HEX triplet: 7C, BA and BB. RGB value is (124,186,187). Sum of RGB (Red+Green+Blue) = 124+186+187=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #7CBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABB is #834544. Grayscale: #A7A7A7. Windows color (decimal): -8602949 or 12302972. OLE color: 12302972.

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

Color convert

RGB124186187-
CMYK0.340.0100.27
HSL180.95º31.66%60.98%-
HSV(B)180.95º33.69%73.33%-
XYZ34.8442.9953.48-
YUV167.58138.9696.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=24.95%
G=37.42%
B=37.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861870.340.0100.27180.9531.6660.98
Hex7CBABB22101Bb5203d
Octal1742722734210332654075
Binary11111001011101010111011100010101101110110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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