#61BFB8

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

Shades of Fountain Blue #61BFB8

Tints of Fountain Blue #61BFB8

Color information

#61BFB8 (or 0x61BFB8) is unknown color: approx Fountain Blue. HEX triplet: 61, BF and B8. RGB value is (97,191,184). Sum of RGB (Red+Green+Blue) = 97+191+184=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFB8 is #9E4047. Grayscale: #A2A2A2. Windows color (decimal): -10371144 or 12107617. OLE color: 12107617.

HSL color Cylindrical-coordinate representation of color #61BFB8: hue angle of 175.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BFB8 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB97191184-
CMYK0.4900.040.25
HSL175.53º42.34%56.47%-
HSV(B)175.53º49.21%74.9%-
XYZ32.2143.2652-
YUV162.1140.3681.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=20.55%
G=40.47%
B=38.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911840.4900.040.25175.5342.3456.47
Hex61BFB8310419b02a38
Octal1412772706104312605270
Binary1100001101111111011100011000101001100110110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,191,184); }

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

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

 a { background-color: rgb(97,191,184); }

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

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

 span { border-color: rgb(97,191,184); }

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