#61A4AF

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

Shades of Fountain Blue #61A4AF

Tints of Fountain Blue #61A4AF

Color information

#61A4AF (or 0x61A4AF) is unknown color: approx Fountain Blue. HEX triplet: 61, A4 and AF. RGB value is (97,164,175). Sum of RGB (Red+Green+Blue) = 97+164+175=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #61A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A4AF is #9E5B50. Grayscale: #919191. Windows color (decimal): -10378065 or 11510881. OLE color: 11510881.

HSL color Cylindrical-coordinate representation of color #61A4AF: hue angle of 188.46º 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 #61A4AF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97164175-
CMYK0.450.0600.31
HSL188.46º32.77%53.33%-
HSV(B)188.46º44.57%68.63%-
XYZ25.9432.1945.4-
YUV145.22144.893.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=22.25%
G=37.61%
B=40.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971641750.450.0600.31188.4632.7753.33
Hex61A4AF2D601Fbc2135
Octal1412442575560372744165
Binary1100001101001001010111110110111001111110111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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