#61BABA

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

Shades of Fountain Blue #61BABA

Tints of Fountain Blue #61BABA

Color information

#61BABA (or 0x61BABA) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and BA. RGB value is (97,186,186). Sum of RGB (Red+Green+Blue) = 97+186+186=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #61BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BABA is #9E4545. Grayscale: #9F9F9F. Windows color (decimal): -10372422 or 12237409. OLE color: 12237409.

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

Color convert

RGB97186186-
CMYK0.48000.27
HSL180º39.21%55.49%-
HSV(B)180º47.85%72.94%-
XYZ31.3541.252.76-
YUV159.39143.0183.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=20.68%
G=39.66%
B=39.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861860.48000.2718039.2155.49
Hex61BABA30001Bb42737
Octal1412722726000332644767
Binary11000011011101010111010110000001101110110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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