#61AAAF

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

Shades of Fountain Blue #61AAAF

Tints of Fountain Blue #61AAAF

Color information

#61AAAF (or 0x61AAAF) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and AF. RGB value is (97,170,175). Sum of RGB (Red+Green+Blue) = 97+170+175=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #61AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAAF is #9E5550. Grayscale: #949494. Windows color (decimal): -10376529 or 11512417. OLE color: 11512417.

HSL color Cylindrical-coordinate representation of color #61AAAF: hue angle of 183.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AAAF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97170175-
CMYK0.450.0300.31
HSL183.85º32.77%53.33%-
HSV(B)183.85º44.57%68.63%-
XYZ27.0434.3945.77-
YUV148.74142.8291.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=21.95%
G=38.46%
B=39.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971701750.450.0300.31183.8532.7753.33
Hex61AAAF2D301Fb82135
Octal1412522575530372704165
Binary110000110101010101011111011011101111110111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,175); }

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

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

 a { background-color: rgb(97,170,175); }

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

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

 span { border-color: rgb(97,170,175); }

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