#61B3BE

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

Shades of Fountain Blue #61B3BE

Tints of Fountain Blue #61B3BE

Color information

#61B3BE (or 0x61B3BE) is unknown color: approx Fountain Blue. HEX triplet: 61, B3 and BE. RGB value is (97,179,190). Sum of RGB (Red+Green+Blue) = 97+179+190=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #61B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BE is #9E4C41. Grayscale: #9B9B9B. Windows color (decimal): -10374210 or 12497761. OLE color: 12497761.

HSL color Cylindrical-coordinate representation of color #61B3BE: hue angle of 187.1º 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 #61B3BE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97179190-
CMYK0.490.0600.25
HSL187.1º41.7%56.27%-
HSV(B)187.1º48.95%74.51%-
XYZ30.3438.554.55-
YUV155.74147.3386.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=20.82%
G=38.41%
B=40.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971791900.490.0600.25187.141.756.27
Hex61B3BE316019bb2a38
Octal1412632766160312735270
Binary1100001101100111011111011000111001100110111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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