#61b1ba

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

Shades of Fountain Blue #61B1BA

Tints of Fountain Blue #61B1BA

Color information

#61B1BA (or 0x61B1BA) is unknown color: approx Fountain Blue. HEX triplet: 61, B1 and BA. RGB value is (97,177,186). Sum of RGB (Red+Green+Blue) = 97+177+186=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #61B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1BA is #9E4E45. Grayscale: #999999. Windows color (decimal): -10374726 or 12235105. OLE color: 12235105.

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

Color convert

RGB97177186-
CMYK0.480.0500.27
HSL186.07º39.21%55.49%-
HSV(B)186.07º47.85%72.94%-
XYZ29.5137.5352.14-
YUV154.1114687.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=21.09%
G=38.48%
B=40.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971771860.480.0500.27186.0739.2155.49
Hex61B1BA30501Bba2737
Octal1412612726050332724767
Binary1100001101100011011101011000010101101110111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61b1ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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