#61B9BE

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

Shades of Fountain Blue #61B9BE

Tints of Fountain Blue #61B9BE

Color information

#61B9BE (or 0x61B9BE) is unknown color: approx Fountain Blue. HEX triplet: 61, B9 and BE. RGB value is (97,185,190). Sum of RGB (Red+Green+Blue) = 97+185+190=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #61B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9BE is #9E4641. Grayscale: #9F9F9F. Windows color (decimal): -10372674 or 12499297. OLE color: 12499297.

HSL color Cylindrical-coordinate representation of color #61B9BE: hue angle of 183.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B9BE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97185190-
CMYK0.490.0300.25
HSL183.23º41.7%56.27%-
HSV(B)183.23º48.95%74.51%-
XYZ31.5740.9654.96-
YUV159.26145.3583.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=20.55%
G=39.19%
B=40.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971851900.490.0300.25183.2341.756.27
Hex61B9BE313019b72a38
Octal1412712766130312675270
Binary110000110111001101111101100011101100110110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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