#61BAB5

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

Shades of Fountain Blue #61BAB5

Tints of Fountain Blue #61BAB5

Color information

#61BAB5 (or 0x61BAB5) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and B5. RGB value is (97,186,181). Sum of RGB (Red+Green+Blue) = 97+186+181=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAB5 is #9E454A. Grayscale: #9E9E9E. Windows color (decimal): -10372427 or 11909729. OLE color: 11909729.

HSL color Cylindrical-coordinate representation of color #61BAB5: hue angle of 176.63º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAB5 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB97186181-
CMYK0.4800.030.27
HSL176.63º39.21%55.49%-
HSV(B)176.63º47.85%72.94%-
XYZ30.834150-
YUV158.82140.5183.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=20.91%
G=40.09%
B=39.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861810.4800.030.27176.6339.2155.49
Hex61BAB530031Bb12737
Octal1412722656003332614767
Binary110000110111010101101011100000111101110110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,181); }

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

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

 a { background-color: rgb(97,186,181); }

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

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

 span { border-color: rgb(97,186,181); }

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