Html Css Color HEX #61B9BF Fountain Blue

📋 copy color: '#61B9BF'

red 97 ◦ green 185 ◦ blue 191

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

Shades of Fountain Blue #61B9BF

Tints of Fountain Blue #61B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 20.51%
G = 39.11%
B = 40.38%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#61B9BF (or 0x61B9BF) is known color: Fountain Blue. HEX triplet: 61, B9 and BF. RGB value is (97,185,191). Sum of RGB (Red+Green+Blue) = 97+185+191=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #61B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9BF is #9E4640. Grayscale: #9F9F9F. Windows color (decimal): -10372673 or 12564833. OLE color: 12564833.

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

Color convert

RGB 97 185 191 -
CMYK 0.49 0.03 0 0.25
HSL 183.83º 0.42% 0.56% -
HSV(B) 183.83º 0.49% 0.75% -
XYZ 31.68 41 55.53 -
YUV 159.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 97 185 191 0.49 0.03 0 0.25 183.83 0.42 0.56
Hex 61 B9 BF 31 3 0 19 B8 2A 38
Octal 141 271 277 61 3 0 31 270 52 70
Binary 1100001 10111001 10111111 110001 11 0 11001 10111000 101010 111000

Color Harmonies of #61B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9BF

Black with #61B9BF

Text Example


Text Example

White with #61B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,191); }

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

background-color css

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

 a { background-color: rgb(97,185,191); }

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

border-color css

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

 span { border-color: rgb(97,185,191); }

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