#68AFAD

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

Shades of Fountain Blue #68AFAD

Tints of Fountain Blue #68AFAD

Color information

#68AFAD (or 0x68AFAD) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and AD. RGB value is (104,175,173). Sum of RGB (Red+Green+Blue) = 104+175+173=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #68AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFAD is #975052. Grayscale: #999999. Windows color (decimal): -9916499 or 11382632. OLE color: 11382632.

HSL color Cylindrical-coordinate representation of color #68AFAD: hue angle of 178.31º 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 #68AFAD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB104175173-
CMYK0.4100.010.31
HSL178.31º30.74%54.71%-
HSV(B)178.31º40.57%68.63%-
XYZ28.5836.6245.1-
YUV153.54138.9892.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.01%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=23.01%
G=38.72%
B=38.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751730.4100.010.31178.3130.7454.71
Hex68AFAD29011Fb21f37
Octal1502572555101372623767
Binary1101000101011111010110110100101111111011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,173); }

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

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

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

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

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

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

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