#68AAAA

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

Shades of Fountain Blue #68AAAA

Tints of Fountain Blue #68AAAA

Color information

#68AAAA (or 0x68AAAA) is unknown color: approx Fountain Blue. HEX triplet: 68, AA and AA. RGB value is (104,170,170). Sum of RGB (Red+Green+Blue) = 104+170+170=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #68AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAA is #975555. Grayscale: #969696. Windows color (decimal): -9917782 or 11184744. OLE color: 11184744.

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

Color convert

RGB104170170-
CMYK0.39000.33
HSL180º27.97%53.73%-
HSV(B)180º38.82%66.67%-
XYZ27.3434.5943.27-
YUV150.27139.1395-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=23.42%
G=38.29%
B=38.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701700.39000.3318027.9753.73
Hex68AAAA270021b41c36
Octal1502522524700412643466
Binary11010001010101010101010100111001000011011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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