#61B4AE

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

Shades of Fountain Blue #61B4AE

Tints of Fountain Blue #61B4AE

Color information

#61B4AE (or 0x61B4AE) is unknown color: approx Fountain Blue. HEX triplet: 61, B4 and AE. RGB value is (97,180,174). Sum of RGB (Red+Green+Blue) = 97+180+174=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4AE is #9E4B51. Grayscale: #9A9A9A. Windows color (decimal): -10373970 or 11449441. OLE color: 11449441.

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

Color convert

RGB97180174-
CMYK0.4600.030.29
HSL175.66º35.62%54.31%-
HSV(B)175.66º46.11%70.59%-
XYZ28.8938.2445.9-
YUV154.513986.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=21.51%
G=39.91%
B=38.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801740.4600.030.29175.6635.6254.31
Hex61B4AE2E031Db02436
Octal1412642565603352604466
Binary110000110110100101011101011100111110110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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