#7FBABB

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

Shades of Glacier #7FBABB

Tints of Glacier #7FBABB

Color information

#7FBABB (or 0x7FBABB) is unknown color: approx Glacier. HEX triplet: 7F, BA and BB. RGB value is (127,186,187). Sum of RGB (Red+Green+Blue) = 127+186+187=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBABB is #804544. Grayscale: #A8A8A8. Windows color (decimal): -8406341 or 12302975. OLE color: 12302975.

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

Color convert

RGB127186187-
CMYK0.320.0100.27
HSL181º30.61%61.57%-
HSV(B)181º32.09%73.33%-
XYZ35.2843.2253.5-
YUV168.47138.4598.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=25.4%
G=37.2%
B=37.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861870.320.0100.2718130.6161.57
Hex7FBABB20101Bb51f3e
Octal1772722734010332653776
Binary1111111101110101011101110000010110111011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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