#61ADAB

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

Shades of Fountain Blue #61ADAB

Tints of Fountain Blue #61ADAB

Color information

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

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

Color convert

RGB97173171-
CMYK0.4400.010.32
HSL178.42º31.67%52.94%-
HSV(B)178.42º43.93%67.84%-
XYZ27.2235.3743.92-
YUV150.05139.8290.16-

RGB Variations

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

RGB

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

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
Decimal971731710.4400.010.32178.4231.6752.94
Hex61ADAB2C0120b22035
Octal1412552535401402624065
Binary110000110101101101010111011000110000010110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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