#61B6B1

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

Shades of Fountain Blue #61B6B1

Tints of Fountain Blue #61B6B1

Color information

#61B6B1 (or 0x61B6B1) is unknown color: approx Fountain Blue. HEX triplet: 61, B6 and B1. RGB value is (97,182,177). Sum of RGB (Red+Green+Blue) = 97+182+177=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #61B6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B6B1 is #9E494E. Grayscale: #9B9B9B. Windows color (decimal): -10373455 or 11646561. OLE color: 11646561.

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

Color convert

RGB97182177-
CMYK0.4700.030.29
HSL176.47º36.8%54.71%-
HSV(B)176.47º46.7%71.37%-
XYZ29.5939.1747.6-
YUV156.01139.8485.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=21.27%
G=39.91%
B=38.82%

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
Decimal971821770.4700.030.29176.4736.854.71
Hex61B6B12F031Db02537
Octal1412662615703352604567
Binary110000110110110101100011011110111110110110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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