#61BAB2

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

Shades of Fountain Blue #61BAB2

Tints of Fountain Blue #61BAB2

Color information

#61BAB2 (or 0x61BAB2) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and B2. RGB value is (97,186,178). Sum of RGB (Red+Green+Blue) = 97+186+178=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAB2 is #9E454D. Grayscale: #9E9E9E. Windows color (decimal): -10372430 or 11713121. OLE color: 11713121.

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

Color convert

RGB97186178-
CMYK0.4800.040.27
HSL174.61º39.21%55.49%-
HSV(B)174.61º47.85%72.94%-
XYZ30.5240.8748.4-
YUV158.48139.0184.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=21.04%
G=40.35%
B=38.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861780.4800.040.27174.6139.2155.49
Hex61BAB230041Baf2737
Octal1412722626004332574767
Binary1100001101110101011001011000001001101110101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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