#61AEAB

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

Shades of Fountain Blue #61AEAB

Tints of Fountain Blue #61AEAB

Color information

#61AEAB (or 0x61AEAB) is unknown color: approx Fountain Blue. HEX triplet: 61, AE and AB. RGB value is (97,174,171). Sum of RGB (Red+Green+Blue) = 97+174+171=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #61AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AEAB is #9E5154. Grayscale: #969696. Windows color (decimal): -10375509 or 11251297. OLE color: 11251297.

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

Color convert

RGB97174171-
CMYK0.4400.020.32
HSL177.66º32.22%53.14%-
HSV(B)177.66º44.25%68.24%-
XYZ27.4235.7543.98-
YUV150.64139.4989.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=21.95%
G=39.37%
B=38.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971741710.4400.020.32177.6632.2253.14
Hex61AEAB2C0220b22035
Octal1412562535402402624065
Binary1100001101011101010101110110001010000010110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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