Html Css Color HEX #61ADC0 Fountain Blue

📋 copy color: '#61ADC0'

red 97 ◦ green 173 ◦ blue 192

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

Shades of Fountain Blue #61ADC0

Tints of Fountain Blue #61ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 21%
G = 37.45%
B = 41.56%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61ADC0 (or 0x61ADC0) is known color: Fountain Blue. HEX triplet: 61, AD and C0. RGB value is (97,173,192). Sum of RGB (Red+Green+Blue) = 97+173+192=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #61ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC0 is #9E523F. Grayscale: #989898. Windows color (decimal): -10375744 or 12627297. OLE color: 12627297.

HSL color Cylindrical-coordinate representation of color #61ADC0: hue angle of 192º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61ADC0 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 173 192 -
CMYK 0.49 0.10 0 0.25
HSL 192º 0.43% 0.57% -
HSV(B) 192º 0.49% 0.75% -
XYZ 29.39 36.23 55.31 -
YUV 152.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 97 173 192 0.49 0.10 0 0.25 192 0.43 0.57
Hex 61 AD C0 31 A 0 19 C0 2B 39
Octal 141 255 300 61 12 0 31 300 53 71
Binary 1100001 10101101 11000000 110001 1010 0 11001 11000000 101011 111001

Color Harmonies of #61ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ADC0

Black with #61ADC0

Text Example


Text Example

White with #61ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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