#7CBABF

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

Shades of Glacier #7CBABF

Tints of Glacier #7CBABF

Color information

#7CBABF (or 0x7CBABF) is unknown color: approx Glacier. HEX triplet: 7C, BA and BF. RGB value is (124,186,191). Sum of RGB (Red+Green+Blue) = 124+186+191=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABF is #834540. Grayscale: #A7A7A7. Windows color (decimal): -8602945 or 12565116. OLE color: 12565116.

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

Color convert

RGB124186191-
CMYK0.350.0300.25
HSL184.48º34.36%61.76%-
HSV(B)184.48º35.08%74.9%-
XYZ35.2843.1655.76-
YUV168.03140.9696.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 191 (75% from 255) = 38.12%
R=24.75%
G=37.13%
B=38.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241861910.350.0300.25184.4834.3661.76
Hex7CBABF233019b8223e
Octal1742722774330312704276
Binary111110010111010101111111000111101100110111000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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