#61ABAD

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

Shades of Fountain Blue #61ABAD

Tints of Fountain Blue #61ABAD

Color information

#61ABAD (or 0x61ABAD) is unknown color: approx Fountain Blue. HEX triplet: 61, AB and AD. RGB value is (97,171,173). Sum of RGB (Red+Green+Blue) = 97+171+173=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #61ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABAD is #9E5452. Grayscale: #959595. Windows color (decimal): -10376275 or 11381601. OLE color: 11381601.

HSL color Cylindrical-coordinate representation of color #61ABAD: hue angle of 181.58º 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 #61ABAD is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97171173-
CMYK0.440.0100.32
HSL181.58º31.67%52.94%-
HSV(B)181.58º43.93%67.84%-
XYZ27.0434.6844.8-
YUV149.1141.4890.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=22.00%
G=38.78%
B=39.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971711730.440.0100.32181.5831.6752.94
Hex61ABAD2C1020b62035
Octal1412532555410402664065
Binary110000110101011101011011011001010000010110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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