Html Css Color HEX #61B6BC Fountain Blue

📋 copy color: '#61B6BC'

red 97 ◦ green 182 ◦ blue 188

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

Shades of Fountain Blue #61B6BC

Tints of Fountain Blue #61B6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

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

R = 20.77%
G = 38.97%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#61B6BC (or 0x61B6BC) is known color: Fountain Blue. HEX triplet: 61, B6 and BC. RGB value is (97,182,188). Sum of RGB (Red+Green+Blue) = 97+182+188=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #61B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B6BC is #9E4943. Grayscale: #9D9D9D. Windows color (decimal): -10373444 or 12367457. OLE color: 12367457.

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

Color convert

RGB 97 182 188 -
CMYK 0.48 0.03 0 0.26
HSL 183.96º 0.4% 0.56% -
HSV(B) 183.96º 0.48% 0.74% -
XYZ 30.73 39.63 53.61 -
YUV 157.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 97 182 188 0.48 0.03 0 0.26 183.96 0.4 0.56
Hex 61 B6 BC 30 3 0 1A B8 28 38
Octal 141 266 274 60 3 0 32 270 50 70
Binary 1100001 10110110 10111100 110000 11 0 11010 10111000 101000 111000

Color Harmonies of #61B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B6BC

Black with #61B6BC

Text Example


Text Example

White with #61B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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