#6CAEAE

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

Shades of Fountain Blue #6CAEAE

Tints of Fountain Blue #6CAEAE

Color information

#6CAEAE (or 0x6CAEAE) is unknown color: approx Fountain Blue. HEX triplet: 6C, AE and AE. RGB value is (108,174,174). Sum of RGB (Red+Green+Blue) = 108+174+174=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #6CAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEAE is #935151. Grayscale: #9A9A9A. Windows color (decimal): -9654610 or 11447916. OLE color: 11447916.

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

Color convert

RGB108174174-
CMYK0.38000.32
HSL180º28.95%55.29%-
HSV(B)180º37.93%68.24%-
XYZ28.9636.5245.57-
YUV154.27139.1395-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.68%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=23.68%
G=38.16%
B=38.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081741740.38000.3218028.9555.29
Hex6CAEAE260020b41d37
Octal1542562564600402643567
Binary11011001010111010101110100110001000001011010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,174,174); }

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

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

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

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

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

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

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