#61B3BC

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

Shades of Fountain Blue #61B3BC

Tints of Fountain Blue #61B3BC

Color information

#61B3BC (or 0x61B3BC) is unknown color: approx Fountain Blue. HEX triplet: 61, B3 and BC. RGB value is (97,179,188). Sum of RGB (Red+Green+Blue) = 97+179+188=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #61B3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BC is #9E4C43. Grayscale: #9B9B9B. Windows color (decimal): -10374212 or 12366689. OLE color: 12366689.

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

Color convert

RGB97179188-
CMYK0.480.0500.26
HSL185.93º40.44%55.88%-
HSV(B)185.93º48.4%73.73%-
XYZ30.1338.4153.4-
YUV155.51146.3386.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=20.91%
G=38.58%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971791880.480.0500.26185.9340.4455.88
Hex61B3BC30501Aba2838
Octal1412632746050322725070
Binary1100001101100111011110011000010101101010111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61B3BC;
 }
 .AnyTagClassName
 {
   color: #61B3BC;
 }
</style>
background-color css

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

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

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

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

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

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