#68ACAB

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

Shades of Fountain Blue #68ACAB

Tints of Fountain Blue #68ACAB

Color information

#68ACAB (or 0x68ACAB) is unknown color: approx Fountain Blue. HEX triplet: 68, AC and AB. RGB value is (104,172,171). Sum of RGB (Red+Green+Blue) = 104+172+171=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACAB is #975354. Grayscale: #979797. Windows color (decimal): -9917269 or 11250792. OLE color: 11250792.

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

Color convert

RGB104172171-
CMYK0.4000.010.33
HSL179.12º29.06%54.12%-
HSV(B)179.12º39.53%67.45%-
XYZ27.8135.3943.89-
YUV151.55138.9794.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=23.27%
G=38.48%
B=38.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721710.4000.010.33179.1229.0654.12
Hex68ACAB280121b31d36
Octal1502542535001412633566
Binary11010001010110010101011101000011000011011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,171); }

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

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

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

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

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

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

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