#61ADC0

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

Shades of Fountain Blue #61ADC0

Tints of Fountain Blue #61ADC0

Color information

#61ADC0 (or 0x61ADC0) is unknown color: approx Fountain Blue. HEX triplet: 61, AD and C0. RGB value is (97,173,192). Sum of RGB (Red+Green+Blue) = 97+173+192=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #61ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC0 is #9E523F. Grayscale: #989898. Windows color (decimal): -10375744 or 12627297. OLE color: 12627297.

HSL color Cylindrical-coordinate representation of color #61ADC0: hue angle of 192º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61ADC0 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97173192-
CMYK0.490.1000.25
HSL192º42.99%56.67%-
HSV(B)192º49.48%75.29%-
XYZ29.3936.2355.31-
YUV152.44150.3288.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=21.00%
G=37.45%
B=41.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971731920.490.1000.2519242.9956.67
Hex61ADC031A019c02b39
Octal14125530061120313005371
Binary11000011010110111000000110001101001100111000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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