#61B5B1

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

Shades of Fountain Blue #61B5B1

Tints of Fountain Blue #61B5B1

Color information

#61B5B1 (or 0x61B5B1) is unknown color: approx Fountain Blue. HEX triplet: 61, B5 and B1. RGB value is (97,181,177). Sum of RGB (Red+Green+Blue) = 97+181+177=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #61B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B5B1 is #9E4A4E. Grayscale: #9B9B9B. Windows color (decimal): -10373711 or 11646305. OLE color: 11646305.

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

Color convert

RGB97181177-
CMYK0.4600.020.29
HSL177.14º36.21%54.51%-
HSV(B)177.14º46.41%70.98%-
XYZ29.3938.7647.53-
YUV155.43140.1786.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=21.32%
G=39.78%
B=38.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971811770.4600.020.29177.1436.2154.51
Hex61B5B12E021Db12437
Octal1412652615602352614467
Binary110000110110101101100011011100101110110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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