#61B7B1

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

Shades of Fountain Blue #61B7B1

Tints of Fountain Blue #61B7B1

Color information

#61B7B1 (or 0x61B7B1) is unknown color: approx Fountain Blue. HEX triplet: 61, B7 and B1. RGB value is (97,183,177). Sum of RGB (Red+Green+Blue) = 97+183+177=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #61B7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B7B1 is #9E484E. Grayscale: #9C9C9C. Windows color (decimal): -10373199 or 11646817. OLE color: 11646817.

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

Color convert

RGB97183177-
CMYK0.4700.030.28
HSL175.81º37.39%54.9%-
HSV(B)175.81º46.99%71.76%-
XYZ29.839.5847.66-
YUV156.6139.5185.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=21.23%
G=40.04%
B=38.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971831770.4700.030.28175.8137.3954.9
Hex61B7B12F031Cb02537
Octal1412672615703342604567
Binary110000110110111101100011011110111110010110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,183,177); }

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

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

 a { background-color: rgb(97,183,177); }

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

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

 span { border-color: rgb(97,183,177); }

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