#6FADBB

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

Shades of Glacier #6FADBB

Tints of Glacier #6FADBB

Color information

#6FADBB (or 0x6FADBB) is unknown color: approx Glacier. HEX triplet: 6F, AD and BB. RGB value is (111,173,187). Sum of RGB (Red+Green+Blue) = 111+173+187=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBB is #905244. Grayscale: #9B9B9B. Windows color (decimal): -9458245 or 12299631. OLE color: 12299631.

HSL color Cylindrical-coordinate representation of color #6FADBB: hue angle of 191.05º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FADBB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111173187-
CMYK0.410.0700.27
HSL191.05º35.85%58.43%-
HSV(B)191.05º40.64%73.33%-
XYZ30.4736.8552.52-
YUV156.06145.4695.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=23.57%
G=36.73%
B=39.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111731870.410.0700.27191.0535.8558.43
Hex6FADBB29701Bbf243a
Octal1572552735170332774472
Binary1101111101011011011101110100111101101110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,187); }

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

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

 a { background-color: rgb(111,173,187); }

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

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

 span { border-color: rgb(111,173,187); }

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