#6DABAE

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

Shades of Fountain Blue #6DABAE

Tints of Fountain Blue #6DABAE

Color information

#6DABAE (or 0x6DABAE) is unknown color: approx Fountain Blue. HEX triplet: 6D, AB and AE. RGB value is (109,171,174). Sum of RGB (Red+Green+Blue) = 109+171+174=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #6DABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAE is #925451. Grayscale: #989898. Windows color (decimal): -9589842 or 11447149. OLE color: 11447149.

HSL color Cylindrical-coordinate representation of color #6DABAE: hue angle of 182.77º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DABAE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109171174-
CMYK0.370.0200.32
HSL182.77º28.63%55.49%-
HSV(B)182.77º37.36%68.24%-
XYZ28.5135.4345.38-
YUV152.8139.9696.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=24.01%
G=37.67%
B=38.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091711740.370.0200.32182.7728.6355.49
Hex6DABAE252020b71d37
Octal1552532564520402673567
Binary110110110101011101011101001011001000001011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,174); }

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

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

 a { background-color: rgb(109,171,174); }

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

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

 span { border-color: rgb(109,171,174); }

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