#61A5AB

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

Shades of Fountain Blue #61A5AB

Tints of Fountain Blue #61A5AB

Color information

#61A5AB (or 0x61A5AB) is unknown color: approx Fountain Blue. HEX triplet: 61, A5 and AB. RGB value is (97,165,171). Sum of RGB (Red+Green+Blue) = 97+165+171=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #61A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A5AB is #9E5A54. Grayscale: #919191. Windows color (decimal): -10377813 or 11248993. OLE color: 11248993.

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

Color convert

RGB97165171-
CMYK0.430.0400.33
HSL184.86º30.58%52.55%-
HSV(B)184.86º43.27%67.06%-
XYZ25.7432.3943.42-
YUV145.35142.4793.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=22.40%
G=38.11%
B=39.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971651710.430.0400.33184.8630.5852.55
Hex61A5AB2B4021b91f35
Octal1412452535340412713765
Binary1100001101001011010101110101110001000011011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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