#61BAB7

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

Shades of Fountain Blue #61BAB7

Tints of Fountain Blue #61BAB7

Color information

#61BAB7 (or 0x61BAB7) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and B7. RGB value is (97,186,183). Sum of RGB (Red+Green+Blue) = 97+186+183=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAB7 is #9E4548. Grayscale: #9E9E9E. Windows color (decimal): -10372425 or 12040801. OLE color: 12040801.

HSL color Cylindrical-coordinate representation of color #61BAB7: hue angle of 177.98º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAB7 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB97186183-
CMYK0.4800.020.27
HSL177.98º39.21%55.49%-
HSV(B)177.98º47.85%72.94%-
XYZ31.0441.0851.09-
YUV159.05141.5183.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=20.82%
G=39.91%
B=39.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861830.4800.020.27177.9839.2155.49
Hex61BAB730021Bb22737
Octal1412722676002332624767
Binary110000110111010101101111100000101101110110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,183); }

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

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

 a { background-color: rgb(97,186,183); }

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

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

 span { border-color: rgb(97,186,183); }

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