#61BAB4

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

Shades of Fountain Blue #61BAB4

Tints of Fountain Blue #61BAB4

Color information

#61BAB4 (or 0x61BAB4) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and B4. RGB value is (97,186,180). Sum of RGB (Red+Green+Blue) = 97+186+180=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAB4 is #9E454B. Grayscale: #9E9E9E. Windows color (decimal): -10372428 or 11844193. OLE color: 11844193.

HSL color Cylindrical-coordinate representation of color #61BAB4: hue angle of 175.96º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAB4 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB97186180-
CMYK0.4800.030.27
HSL175.96º39.21%55.49%-
HSV(B)175.96º47.85%72.94%-
XYZ30.7340.9549.47-
YUV158.71140.0183.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=20.95%
G=40.17%
B=38.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861800.4800.030.27175.9639.2155.49
Hex61BAB430031Bb02737
Octal1412722646003332604767
Binary110000110111010101101001100000111101110110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,180); }

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

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

 a { background-color: rgb(97,186,180); }

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

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

 span { border-color: rgb(97,186,180); }

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