#61B6B2

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

Shades of Fountain Blue #61B6B2

Tints of Fountain Blue #61B6B2

Color information

#61B6B2 (or 0x61B6B2) is unknown color: approx Fountain Blue. HEX triplet: 61, B6 and B2. RGB value is (97,182,178). Sum of RGB (Red+Green+Blue) = 97+182+178=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #61B6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B6B2 is #9E494D. Grayscale: #9C9C9C. Windows color (decimal): -10373454 or 11712097. OLE color: 11712097.

HSL color Cylindrical-coordinate representation of color #61B6B2: hue angle of 177.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B6B2 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB97182178-
CMYK0.4700.020.29
HSL177.18º36.8%54.71%-
HSV(B)177.18º46.7%71.37%-
XYZ29.6939.2148.12-
YUV156.13140.3485.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=21.23%
G=39.82%
B=38.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971821780.4700.020.29177.1836.854.71
Hex61B6B22F021Db12537
Octal1412662625702352614567
Binary110000110110110101100101011110101110110110001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,182,178); }

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

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

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

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

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

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

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