#61A3AC

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

Shades of Fountain Blue #61A3AC

Tints of Fountain Blue #61A3AC

Color information

#61A3AC (or 0x61A3AC) is unknown color: approx Fountain Blue. HEX triplet: 61, A3 and AC. RGB value is (97,163,172). Sum of RGB (Red+Green+Blue) = 97+163+172=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #61A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A3AC is #9E5C53. Grayscale: #909090. Windows color (decimal): -10378324 or 11314017. OLE color: 11314017.

HSL color Cylindrical-coordinate representation of color #61A3AC: hue angle of 187.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61A3AC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97163172-
CMYK0.440.0500.33
HSL187.2º31.12%52.75%-
HSV(B)187.2º43.6%67.45%-
XYZ25.4731.7143.81-
YUV144.29143.6394.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.45%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=22.45%
G=37.73%
B=39.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971631720.440.0500.33187.231.1252.75
Hex61A3AC2C5021bb1f35
Octal1412432545450412733765
Binary1100001101000111010110010110010101000011011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,172); }

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

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

 a { background-color: rgb(97,163,172); }

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

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

 span { border-color: rgb(97,163,172); }

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