#6CBABF

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

Shades of Glacier #6CBABF

Tints of Glacier #6CBABF

Color information

#6CBABF (or 0x6CBABF) is unknown color: approx Glacier. HEX triplet: 6C, BA and BF. RGB value is (108,186,191). Sum of RGB (Red+Green+Blue) = 108+186+191=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #6CBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBABF is #934540. Grayscale: #A3A3A3. Windows color (decimal): -9651521 or 12565100. OLE color: 12565100.

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

Color convert

RGB108186191-
CMYK0.430.0300.25
HSL183.61º39.34%58.63%-
HSV(B)183.61º43.46%74.9%-
XYZ33.1542.0755.66-
YUV163.25143.6688.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 191 (75% from 255) = 39.38%
R=22.27%
G=38.35%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081861910.430.0300.25183.6139.3458.63
Hex6CBABF2B3019b8273b
Octal1542722775330312704773
Binary110110010111010101111111010111101100110111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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