#61AEBA

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

Shades of Fountain Blue #61AEBA

Tints of Fountain Blue #61AEBA

Color information

#61AEBA (or 0x61AEBA) is unknown color: approx Fountain Blue. HEX triplet: 61, AE and BA. RGB value is (97,174,186). Sum of RGB (Red+Green+Blue) = 97+174+186=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #61AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEBA is #9E5145. Grayscale: #989898. Windows color (decimal): -10375494 or 12234337. OLE color: 12234337.

HSL color Cylindrical-coordinate representation of color #61AEBA: hue angle of 188.09º 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 #61AEBA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97174186-
CMYK0.480.0600.27
HSL188.09º39.21%55.49%-
HSV(B)188.09º47.85%72.94%-
XYZ28.9336.3651.95-
YUV152.34146.9988.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=21.23%
G=38.07%
B=40.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971741860.480.0600.27188.0939.2155.49
Hex61AEBA30601Bbc2737
Octal1412562726060332744767
Binary1100001101011101011101011000011001101110111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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