Html Css Color HEX #61ABAC Fountain Blue

📋 copy color: '#61ABAC'

red 97 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #61ABAC

Tints of Fountain Blue #61ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 22.05%
G = 38.86%
B = 39.09%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#61ABAC (or 0x61ABAC) is known color: Fountain Blue. HEX triplet: 61, AB and AC. RGB value is (97,171,172). Sum of RGB (Red+Green+Blue) = 97+171+172=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #61ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABAC is #9E5453. Grayscale: #949494. Windows color (decimal): -10376276 or 11316065. OLE color: 11316065.

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

Color convert

RGB 97 171 172 -
CMYK 0.44 0.01 0 0.33
HSL 180.8º 0.31% 0.53% -
HSV(B) 180.8º 0.44% 0.67% -
XYZ 26.94 34.65 44.3 -
YUV 148.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 97 171 172 0.44 0.01 0 0.33 180.8 0.31 0.53
Hex 61 AB AC 2C 1 0 21 B5 1F 35
Octal 141 253 254 54 1 0 41 265 37 65
Binary 1100001 10101011 10101100 101100 1 0 100001 10110101 11111 110101

Color Harmonies of #61ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABAC

Black with #61ABAC

Text Example


Text Example

White with #61ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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