#6FBABF

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

Shades of Glacier #6FBABF

Tints of Glacier #6FBABF

Color information

#6FBABF (or 0x6FBABF) is unknown color: approx Glacier. HEX triplet: 6F, BA and BF. RGB value is (111,186,191). Sum of RGB (Red+Green+Blue) = 111+186+191=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBABF is #904540. Grayscale: #A4A4A4. Windows color (decimal): -9454913 or 12565103. OLE color: 12565103.

HSL color Cylindrical-coordinate representation of color #6FBABF: hue angle of 183.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBABF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111186191-
CMYK0.420.0300.25
HSL183.75º38.46%59.22%-
HSV(B)183.75º41.88%74.9%-
XYZ33.5242.2655.68-
YUV164.14143.1590.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 191 (75% from 255) = 39.14%
R=22.75%
G=38.11%
B=39.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111861910.420.0300.25183.7538.4659.22
Hex6FBABF2A3019b8263b
Octal1572722775230312704673
Binary110111110111010101111111010101101100110111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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