Html Css Color HEX #61B9BC Fountain Blue

📋 copy color: '#61B9BC'

red 97 ◦ green 185 ◦ blue 188

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

Shades of Fountain Blue #61B9BC

Tints of Fountain Blue #61B9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 20.64%
G = 39.36%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#61B9BC (or 0x61B9BC) is known color: Fountain Blue. HEX triplet: 61, B9 and BC. RGB value is (97,185,188). Sum of RGB (Red+Green+Blue) = 97+185+188=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #61B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9BC is #9E4643. Grayscale: #9E9E9E. Windows color (decimal): -10372676 or 12368225. OLE color: 12368225.

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

Color convert

RGB 97 185 188 -
CMYK 0.48 0.02 0 0.26
HSL 181.98º 0.4% 0.56% -
HSV(B) 181.98º 0.48% 0.74% -
XYZ 31.36 40.87 53.81 -
YUV 159.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 97 185 188 0.48 0.02 0 0.26 181.98 0.4 0.56
Hex 61 B9 BC 30 2 0 1A B6 28 38
Octal 141 271 274 60 2 0 32 266 50 70
Binary 1100001 10111001 10111100 110000 10 0 11010 10110110 101000 111000

Color Harmonies of #61B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9BC

Black with #61B9BC

Text Example


Text Example

White with #61B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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