#61ADAC

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

Shades of Fountain Blue #61ADAC

Tints of Fountain Blue #61ADAC

Color information

#61ADAC (or 0x61ADAC) is unknown color: approx Fountain Blue. HEX triplet: 61, AD and AC. RGB value is (97,173,172). Sum of RGB (Red+Green+Blue) = 97+173+172=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #61ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ADAC is #9E5253. Grayscale: #969696. Windows color (decimal): -10375764 or 11316577. OLE color: 11316577.

HSL color Cylindrical-coordinate representation of color #61ADAC: hue angle of 179.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61ADAC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB97173172-
CMYK0.4400.010.32
HSL179.21º31.67%52.94%-
HSV(B)179.21º43.93%67.84%-
XYZ27.3235.4144.42-
YUV150.16140.3290.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=21.95%
G=39.14%
B=38.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971731720.4400.010.32179.2131.6752.94
Hex61ADAC2C0120b32035
Octal1412552545401402634065
Binary110000110101101101011001011000110000010110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61ADAC; }

 p { color: rgb(97,173,172); }

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

<style>
 a { background-color: #61ADAC; }

 a { background-color: rgb(97,173,172); }

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

<style>
 span { border-color: #61ADAC; }

 span { border-color: rgb(97,173,172); }

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