Html Css Color HEX #61BEBA Fountain Blue

📋 copy color: '#61BEBA'

red 97 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #61BEBA

Tints of Fountain Blue #61BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 20.51%
G = 40.17%
B = 39.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#61BEBA (or 0x61BEBA) is known color: Fountain Blue. HEX triplet: 61, BE and BA. RGB value is (97,190,186). Sum of RGB (Red+Green+Blue) = 97+190+186=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEBA is #9E4145. Grayscale: #A1A1A1. Windows color (decimal): -10371398 or 12238433. OLE color: 12238433.

HSL color Cylindrical-coordinate representation of color #61BEBA: hue angle of 177.42º 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 #61BEBA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 186 -
CMYK 0.49 0 0.02 0.25
HSL 177.42º 0.42% 0.56% -
HSV(B) 177.42º 0.49% 0.75% -
XYZ 32.21 42.91 53.04 -
YUV 161.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 97 190 186 0.49 0 0.02 0.25 177.42 0.42 0.56
Hex 61 BE BA 31 0 2 19 B1 2A 38
Octal 141 276 272 61 0 2 31 261 52 70
Binary 1100001 10111110 10111010 110001 0 10 11001 10110001 101010 111000

Color Harmonies of #61BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEBA

Black with #61BEBA

Text Example


Text Example

White with #61BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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