#61B6B0

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

Shades of Fountain Blue #61B6B0

Tints of Fountain Blue #61B6B0

Color information

#61B6B0 (or 0x61B6B0) is unknown color: approx Fountain Blue. HEX triplet: 61, B6 and B0. RGB value is (97,182,176). Sum of RGB (Red+Green+Blue) = 97+182+176=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #61B6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B6B0 is #9E494F. Grayscale: #9B9B9B. Windows color (decimal): -10373456 or 11581025. OLE color: 11581025.

HSL color Cylindrical-coordinate representation of color #61B6B0: hue angle of 175.76º 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 #61B6B0 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB97182176-
CMYK0.4700.030.29
HSL175.76º36.8%54.71%-
HSV(B)175.76º46.7%71.37%-
XYZ29.4939.1347.07-
YUV155.9139.3485.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=21.32%
G=40%
B=38.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971821760.4700.030.29175.7636.854.71
Hex61B6B02F031Db02537
Octal1412662605703352604567
Binary110000110110110101100001011110111110110110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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