#61B4B2

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

Shades of Fountain Blue #61B4B2

Tints of Fountain Blue #61B4B2

Color information

#61B4B2 (or 0x61B4B2) is unknown color: approx Fountain Blue. HEX triplet: 61, B4 and B2. RGB value is (97,180,178). Sum of RGB (Red+Green+Blue) = 97+180+178=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4B2 is #9E4B4D. Grayscale: #9A9A9A. Windows color (decimal): -10373966 or 11711585. OLE color: 11711585.

HSL color Cylindrical-coordinate representation of color #61B4B2: hue angle of 178.55º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4B2 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB97180178-
CMYK0.4600.010.29
HSL178.55º35.62%54.31%-
HSV(B)178.55º46.11%70.59%-
XYZ29.2938.447.99-
YUV154.9614186.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=21.32%
G=39.56%
B=39.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801780.4600.010.29178.5535.6254.31
Hex61B4B22E011Db32436
Octal1412642625601352634466
Binary11000011011010010110010101110011110110110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,178); }

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

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

 a { background-color: rgb(97,180,178); }

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

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

 span { border-color: rgb(97,180,178); }

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