#68AEAE

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

Shades of Fountain Blue #68AEAE

Tints of Fountain Blue #68AEAE

Color information

#68AEAE (or 0x68AEAE) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and AE. RGB value is (104,174,174). Sum of RGB (Red+Green+Blue) = 104+174+174=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #68AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEAE is #975151. Grayscale: #999999. Windows color (decimal): -9916754 or 11447912. OLE color: 11447912.

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

Color convert

RGB104174174-
CMYK0.40000.32
HSL180º30.17%54.51%-
HSV(B)180º40.23%68.24%-
XYZ28.4836.2745.54-
YUV153.07139.8193-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.01%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=23.01%
G=38.50%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741740.40000.3218030.1754.51
Hex68AEAE280020b41e37
Octal1502562565000402643667
Binary11010001010111010101110101000001000001011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AEAE; }

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

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

<style>
 a { background-color: #68AEAE; }

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

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

<style>
 span { border-color: #68AEAE; }

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

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