#7FBABF

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

Shades of Glacier #7FBABF

Tints of Glacier #7FBABF

Color information

#7FBABF (or 0x7FBABF) is unknown color: approx Glacier. HEX triplet: 7F, BA and BF. RGB value is (127,186,191). Sum of RGB (Red+Green+Blue) = 127+186+191=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBABF is #804540. Grayscale: #A8A8A8. Windows color (decimal): -8406337 or 12565119. OLE color: 12565119.

HSL color Cylindrical-coordinate representation of color #7FBABF: hue angle of 184.69º 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 #7FBABF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127186191-
CMYK0.340.0300.25
HSL184.69º33.33%62.35%-
HSV(B)184.69º33.51%74.9%-
XYZ35.7243.3955.78-
YUV168.93140.4598.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 191 (75% from 255) = 37.90%
R=25.20%
G=36.90%
B=37.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271861910.340.0300.25184.6933.3362.35
Hex7FBABF223019b9213e
Octal1772722774230312714176
Binary111111110111010101111111000101101100110111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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