#61BAB9

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

Shades of Fountain Blue #61BAB9

Tints of Fountain Blue #61BAB9

Color information

#61BAB9 (or 0x61BAB9) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and B9. RGB value is (97,186,185). Sum of RGB (Red+Green+Blue) = 97+186+185=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAB9 is #9E4546. Grayscale: #9F9F9F. Windows color (decimal): -10372423 or 12171873. OLE color: 12171873.

HSL color Cylindrical-coordinate representation of color #61BAB9: hue angle of 179.33º 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 #61BAB9 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB97186185-
CMYK0.4800.010.27
HSL179.33º39.21%55.49%-
HSV(B)179.33º47.85%72.94%-
XYZ31.2541.1652.2-
YUV159.28142.5183.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=20.73%
G=39.74%
B=39.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861850.4800.010.27179.3339.2155.49
Hex61BAB930011Bb32737
Octal1412722716001332634767
Binary11000011011101010111001110000011101110110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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