#68AEB0

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

Shades of Fountain Blue #68AEB0

Tints of Fountain Blue #68AEB0

Color information

#68AEB0 (or 0x68AEB0) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and B0. RGB value is (104,174,176). Sum of RGB (Red+Green+Blue) = 104+174+176=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #68AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEB0 is #97514F. Grayscale: #999999. Windows color (decimal): -9916752 or 11578984. OLE color: 11578984.

HSL color Cylindrical-coordinate representation of color #68AEB0: hue angle of 181.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AEB0 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104174176-
CMYK0.410.0100.31
HSL181.67º31.3%54.9%-
HSV(B)181.67º40.91%69.02%-
XYZ28.6836.3546.58-
YUV153.3140.8192.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.91%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=22.91%
G=38.33%
B=38.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041741760.410.0100.31181.6731.354.9
Hex68AEB029101Fb61f37
Octal1502562605110372663767
Binary1101000101011101011000010100110111111011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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