#61B0AF

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

Shades of Fountain Blue #61B0AF

Tints of Fountain Blue #61B0AF

Color information

#61B0AF (or 0x61B0AF) is unknown color: approx Fountain Blue. HEX triplet: 61, B0 and AF. RGB value is (97,176,175). Sum of RGB (Red+Green+Blue) = 97+176+175=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #61B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B0AF is #9E4F50. Grayscale: #989898. Windows color (decimal): -10374993 or 11513953. OLE color: 11513953.

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

Color convert

RGB97176175-
CMYK0.4500.010.31
HSL179.24º33.33%53.53%-
HSV(B)179.24º44.89%69.02%-
XYZ28.1936.6946.15-
YUV152.26140.8388.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=21.65%
G=39.29%
B=39.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761750.4500.010.31179.2433.3353.53
Hex61B0AF2D011Fb32136
Octal1412602575501372634166
Binary11000011011000010101111101101011111110110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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