#61ADBA

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

Shades of Fountain Blue #61ADBA

Tints of Fountain Blue #61ADBA

Color information

#61ADBA (or 0x61ADBA) is unknown color: approx Fountain Blue. HEX triplet: 61, AD and BA. RGB value is (97,173,186). Sum of RGB (Red+Green+Blue) = 97+173+186=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #61ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADBA is #9E5245. Grayscale: #979797. Windows color (decimal): -10375750 or 12234081. OLE color: 12234081.

HSL color Cylindrical-coordinate representation of color #61ADBA: hue angle of 188.76º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61ADBA is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97173186-
CMYK0.480.0700.27
HSL188.76º39.21%55.49%-
HSV(B)188.76º47.85%72.94%-
XYZ28.7435.9751.88-
YUV151.76147.3288.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=21.27%
G=37.94%
B=40.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971731860.480.0700.27188.7639.2155.49
Hex61ADBA30701Bbd2737
Octal1412552726070332754767
Binary1100001101011011011101011000011101101110111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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