Html Css Color HEX #61BCBA Fountain Blue

📋 copy color: '#61BCBA'

red 97 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #61BCBA

Tints of Fountain Blue #61BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

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

R = 20.59%
G = 39.92%
B = 39.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#61BCBA (or 0x61BCBA) is known color: Fountain Blue. HEX triplet: 61, BC and BA. RGB value is (97,188,186). Sum of RGB (Red+Green+Blue) = 97+188+186=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCBA is #9E4345. Grayscale: #A0A0A0. Windows color (decimal): -10371910 or 12237921. OLE color: 12237921.

HSL color Cylindrical-coordinate representation of color #61BCBA: hue angle of 178.68º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BCBA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 186 -
CMYK 0.48 0 0.01 0.26
HSL 178.68º 0.4% 0.56% -
HSV(B) 178.68º 0.48% 0.74% -
XYZ 31.78 42.05 52.9 -
YUV 160.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 97 188 186 0.48 0 0.01 0.26 178.68 0.4 0.56
Hex 61 BC BA 30 0 1 1A B3 28 38
Octal 141 274 272 60 0 1 32 263 50 70
Binary 1100001 10111100 10111010 110000 0 1 11010 10110011 101000 111000

Color Harmonies of #61BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCBA

Black with #61BCBA

Text Example


Text Example

White with #61BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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