Html Css Color HEX #61A5AC Fountain Blue

📋 copy color: '#61A5AC'

red 97 ◦ green 165 ◦ blue 172

#61A5AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #61A5AC

Tints of Fountain Blue #61A5AC

RGB

 RED value IS 97 (38.28% from 255) = 22.35%

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 22.35%
G = 38.02%
B = 39.63%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#61A5AC (or 0x61A5AC) is known color: Fountain Blue. HEX triplet: 61, A5 and AC. RGB value is (97,165,172). Sum of RGB (Red+Green+Blue) = 97+165+172=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #61A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A5AC is #9E5A53. Grayscale: #919191. Windows color (decimal): -10377812 or 11314529. OLE color: 11314529.

HSL color Cylindrical-coordinate representation of color #61A5AC: hue angle of 185.6º 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 #61A5AC is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 165 172 -
CMYK 0.44 0.04 0 0.33
HSL 185.6º 0.31% 0.53% -
HSV(B) 185.6º 0.44% 0.67% -
XYZ 25.83 32.43 43.93 -
YUV 145.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 97 165 172 0.44 0.04 0 0.33 185.6 0.31 0.53
Hex 61 A5 AC 2C 4 0 21 BA 1F 35
Octal 141 245 254 54 4 0 41 272 37 65
Binary 1100001 10100101 10101100 101100 100 0 100001 10111010 11111 110101

Color Harmonies of #61A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A5AC

Black with #61A5AC

Text Example


Text Example

White with #61A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61A5AC;
 }
 .AnyTagClassName
 {
   color: #61A5AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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