#61B9BA

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

Shades of Fountain Blue #61B9BA

Tints of Fountain Blue #61B9BA

Color information

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

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

Color convert

RGB97185186-
CMYK0.480.0100.27
HSL180.67º39.21%55.49%-
HSV(B)180.67º47.85%72.94%-
XYZ31.1440.7852.69-
YUV158.8143.3583.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851860.480.0100.27180.6739.2155.49
Hex61B9BA30101Bb52737
Octal1412712726010332654767
Binary11000011011100110111010110000101101110110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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