#61B2AD

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

Shades of Fountain Blue #61B2AD

Tints of Fountain Blue #61B2AD

Color information

#61B2AD (or 0x61B2AD) is unknown color: approx Fountain Blue. HEX triplet: 61, B2 and AD. RGB value is (97,178,173). Sum of RGB (Red+Green+Blue) = 97+178+173=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2AD is #9E4D52. Grayscale: #999999. Windows color (decimal): -10374483 or 11383393. OLE color: 11383393.

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

Color convert

RGB97178173-
CMYK0.4600.030.30
HSL176.3º34.47%53.92%-
HSV(B)176.3º45.51%69.8%-
XYZ28.3937.445.26-
YUV153.21139.1687.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=21.65%
G=39.73%
B=38.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781730.4600.030.30176.334.4753.92
Hex61B2AD2E031Eb02236
Octal1412622555603362604266
Binary110000110110010101011011011100111111010110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,178,173); }

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

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

 a { background-color: rgb(97,178,173); }

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

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

 span { border-color: rgb(97,178,173); }

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