#6BACAC

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

Shades of Fountain Blue #6BACAC

Tints of Fountain Blue #6BACAC

Color information

#6BACAC (or 0x6BACAC) is unknown color: approx Fountain Blue. HEX triplet: 6B, AC and AC. RGB value is (107,172,172). Sum of RGB (Red+Green+Blue) = 107+172+172=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6BACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACAC is #945353. Grayscale: #989898. Windows color (decimal): -9720660 or 11316331. OLE color: 11316331.

HSL color Cylindrical-coordinate representation of color #6BACAC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BACAC is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107172172-
CMYK0.38000.33
HSL180º28.14%54.71%-
HSV(B)180º37.79%67.45%-
XYZ28.2635.6144.41-
YUV152.56138.9795.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.73%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=23.73%
G=38.14%
B=38.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721720.38000.3318028.1454.71
Hex6BACAC260021b41c37
Octal1532542544600412643467
Binary11010111010110010101100100110001000011011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,172); }

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

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

 a { background-color: rgb(107,172,172); }

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

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

 span { border-color: rgb(107,172,172); }

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