#61B9BC

Color #61B9BC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #61B9BC

Tints of Fountain Blue #61B9BC

Color information

#61B9BC (or 0x61B9BC) is unknown color: approx 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

RGB97185188-
CMYK0.480.0200.26
HSL181.98º40.44%55.88%-
HSV(B)181.98º48.4%73.73%-
XYZ31.3640.8753.81-
YUV159.03144.3583.76-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971851880.480.0200.26181.9840.4455.88
Hex61B9BC30201Ab62838
Octal1412712746020322665070
Binary110000110111001101111001100001001101010110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>